Week ending May 24, 2020. *Triaged:* https://code.djangoproject.com/ticket/31598 - Broken link in Django 1.4 docs. (invalid) https://code.djangoproject.com/ticket/31599 - Improve the performance of the autoreloader by ignoring third party packages. (wontfix) https://code.djangoproject.com/ticket/31597 - "Clear all filters" link removes TO_FIELD_VAR and is always displayed in raw_id_fields popup. (accepted) https://code.djangoproject.com/ticket/31601 - postgres_tests.test_search.SearchHeadlineTests fails on latest PostgreSQL versions. (accepted) https://code.djangoproject.com/ticket/31600 - Calling .delete() on a queryset doesn't delete related objects. (invalid) https://code.djangoproject.com/ticket/31603 - "Clear all filters" link removes ordering and search criteria. (created) https://code.djangoproject.com/ticket/31605 - messages shortcuts will not process with whitespace. (needsinfo) https://code.djangoproject.com/ticket/31607 - Subquery.__eq__() doesn't work properly for resolved subqueries. (created) https://code.djangoproject.com/ticket/31608 - forms.DateTimeField parses ISO 8601 datetime with offset as aware when USE_TZ is False. (accepted) https://code.djangoproject.com/ticket/31611 - Point Coords inputted using OSM map widget in Admin are wrong way round. (duplicate) https://code.djangoproject.com/ticket/31609 - Add support for Table Function Model. (wontfix) https://code.djangoproject.com/ticket/14357 - Prevent inappropriate order-based grouping on values+annotate queries (fixed) https://code.djangoproject.com/ticket/31612 - Running tests with --keepdb messy to flush. (wontfix) https://code.djangoproject.com/ticket/31614 - order_by() with expressions crashes on union() querysets. (accepted)
*Reviewed/committed:* https://github.com/django/django/pull/12922 - Enabled ESLint's "eqeqeq" rule. https://github.com/django/django/pull/12920 - Refs #12990 -- Added DatabaseFeatures.has_json_operators. https://github.com/django/django/pull/12927 - Fixed #31577 -- Clarified docs about bounds of RangeFields. https://github.com/django/django/pull/12929 - Fixed #31601 -- Fixed SearchHeadlineTests on PostgresSQL 9.6.18+, 10.13+, 11.8+, and 12.3+. https://github.com/django/django/pull/12796 - Fixed #31504 -- Allowed calling makemigrations without an active database connection. https://github.com/django/django/pull/12935 - Fixed #31591 -- Clarified "reverse" lookup name in making queries docs. https://github.com/django/django/pull/12856 - Fixed #31410 -- Added system checks for invalid model field names in UniqueConstraint. https://github.com/django/django/pull/12940 - Added Kyrgyz language. https://github.com/django/django/pull/12934 - Fixed #31597, #31603 -- Corrected admin clear all filters link behavior. https://github.com/django/django/pull/11247 - Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update() on PostgreSQL. https://github.com/django/django/pull/12910 - Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_checks. *Authored:* https://github.com/django/django/pull/12932 - Fixed #31578 -- Dropped support for MySQL 5.6. https://github.com/django/django/pull/12936 - Fixed #31607 -- Fixed evaluated Subquery equality. Best regards, 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/343a9f14-478a-4718-86a4-5ccd71b2f28d%40googlegroups.com.
