Week ending January 24, 2021 *Triaged: * https://code.djangoproject.com/ticket/32360 - Add system check that FILE_UPLOAD_TEMP_DIR exists when set. (accepted) https://code.djangoproject.com/ticket/27880 - Use __set_name__ to replace some usages of contribute_to_class. (accepted) https://code.djangoproject.com/ticket/32361 - runsslserver crash without message (invalid) https://code.djangoproject.com/ticket/32362 - Easy REST API (wontfix) https://code.djangoproject.com/ticket/32364 - ModelAdmin.formfield_overrides drops TEMPLATES...DIRS while loading a custom widget template within a std admin form template (invalid) https://code.djangoproject.com/ticket/32365 - Update timezone implementation to use zoneinfo (accepted) https://code.djangoproject.com/ticket/32366 - Update usage of now() & co (accepted) https://code.djangoproject.com/ticket/32368 - Wrong srid when creating SpatialReference with proj4 (duplicate) https://code.djangoproject.com/ticket/32369 - CheckConstraints with pattern lookups and expressions as right-hand sides crash on Oracle and PostgreSQL. (accepted) https://code.djangoproject.com/ticket/32367 - models.W042 is raised on inherited manually specified primary key. (accepted) https://code.djangoproject.com/ticket/32371 - Document thje jquery.init.js dependency for admin widgets (accepted) https://code.djangoproject.com/ticket/32374 - Migrations are marked applied even if deferred SQL fails to execute (accepted) https://code.djangoproject.com/ticket/32372 - Improve consistency in "Related objects reference" docs. (accepted) https://code.djangoproject.com/ticket/32378 - Inconsistent exception raising syntax in documentation (invalid) https://code.djangoproject.com/ticket/32376 - Allow destroy_test_db() not to fail if database doesn't exist (wontfix)
*Reviewed/committed: * https://github.com/django/django/pull/13897 - Fixed #18549 -- Fixed heading for inlines with a OneToOneField. https://github.com/django/django/pull/13902 - Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distance()/Area(). https://github.com/django/django/pull/13809 - Fixed #32296 -- Added --skip-checks option to runserver command. https://github.com/django/django/pull/13871 - Fixed #32324 -- Added template block to override the admin site header. https://github.com/django/django/pull/13852 - Used GitHub actions for JavaScript tests. https://github.com/django/django/pull/13805 - Refs #32165 -- Bumped minimum ESLint version to 7.16.0 to match pre-commit configuration. https://github.com/django/django/pull/13921 - Used GitHub actions for isort and flake8 tests. https://github.com/django/django/pull/13808 - Fixed #32292 -- Added support for connection by service name to PostgreSQL. https://github.com/django/django/pull/13893 - Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets. https://github.com/django/django/pull/13924 - Fixed #32374 -- Stopped recording migration application before deferred SQL. https://github.com/django/django/pull/13926 - Fixed #32372 -- Made examples in related objects reference docs consistent. https://github.com/django/django/pull/13923 - Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting. *Reviewed: * https://github.com/django/django/pull/13877 - Refs #32365 -- Allowed use of non-pytz timezone implementations. *Authored: * https://github.com/django/django/pull/13915 - Fixed #32355 -- Dropped support for Python 3.6 and 3.7. https://github.com/django/django/pull/13925 - Fixed #32367 -- Fixed system check for specifying type of auto-created primary keys for inherited PKs. Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/fc9997ac-16ca-40b9-91b7-793fdbcee7d4n%40googlegroups.com.