Week ending November 1, 2020. *Triaged: * https://code.djangoproject.com/ticket/32143 - Use EXISTS to exclude multi-valued relationships (accepted) https://code.djangoproject.com/ticket/32141 - Translated content becomes ugly due to line-down on new admin side-bar (duplicate) https://code.djangoproject.com/ticket/32138 - Header of calendar widget will be render "under" the map widget. (accepted) https://code.djangoproject.com/ticket/32144 - makemessages leaves temporary files when locale directory doesn't exist. (accepted) https://code.djangoproject.com/ticket/32146 - Make AutocompleteSelect and AutocompleteSelectMultiple easier to reuse (wontfix) https://code.djangoproject.com/ticket/32137 - Change message describing the deletion of inline objects in admin has no id available. (needsinfo) https://code.djangoproject.com/ticket/32147 - timezone error when casting a naive date in a Daylight Saving Time Change (invalid) https://code.djangoproject.com/ticket/32149 - dateformat.y() doesn't support years < 1000. (accepted) https://code.djangoproject.com/ticket/32148 - Exception reporter returns text/html response when X-Requested-With is set. (wontfix) https://code.djangoproject.com/ticket/32151 - Invalid query SQL created when combining __in and F() in filter (duplicate) https://code.djangoproject.com/ticket/32153 - Support for list arguments inside exclusive required groups (accepted) https://code.djangoproject.com/ticket/32157 - Additional information to the "with" templatetag. (worksforme) https://code.djangoproject.com/ticket/32158 - loaddata crashes on SQLite when table names are SQL keywords. (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/13595 - Fixed #32138 -- Prevented admin's map from covering other widgets. https://github.com/django/django/pull/13598 - Refs #31670 -- Used allowlist_externals in tox.ini. https://github.com/django/django/pull/13589 - Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_create() after parent. https://github.com/django/django/pull/13396 - Removed @no_oracle decorator. https://github.com/django/django/pull/13315 - Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on multi-value relations. https://github.com/django/django/pull/13606 - Fixed #32143 -- Used EXISTS to exclude multi-valued relationships. https://github.com/django/django/pull/13600 - Fixed #32062 -- Added %b support to Date.strftime. https://github.com/django/django/pull/13392 - Refs #25780 -- Removed redundant status code assertions from tests. https://github.com/django/django/pull/13567 - Fixed #26962 -- Doc'd running migrations in transactions. https://github.com/django/django/pull/13617 - Fixed #32152 -- Fixed grouping by subquery aliases. https://github.com/django/django/pull/13622 - Refs #32061 -- Unified DatabaseClient.runshell() in db backends. https://github.com/django/django/pull/13477 - Refs #32061 -- Prevented password leak on MySQL dbshell crash. https://github.com/django/django/pull/13494 - Increased test coverage of django.utils.datastructures to 100%. https://github.com/django/django/pull/13620 - Fixed #32153 -- Fixed management commands when using required list options. 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e8c42f7c-1d7d-4300-b02e-f1dd637571cfn%40googlegroups.com.
