Week ending February 21, 2021 *Triaged: * https://code.djangoproject.com/ticket/32443 - Remove "shifted" class from main when nav-sidebar is disabled. (accepted) https://code.djangoproject.com/ticket/32446 - Deprecate the redundant SERIALIZE test database setting. (accepted) https://code.djangoproject.com/ticket/32445 - LiveServerThreadTest.test_closes_connections() doesn't pass with non-in-memory SQLite (accepted) https://code.djangoproject.com/ticket/32447 - ORM query made in `request_finished` signal callback fails in ASGI (wontfix) https://code.djangoproject.com/ticket/32448 - Django 3.1 and Django 3.0 Internationalization and localization (invalid) https://code.djangoproject.com/ticket/32449 - Allow specifying tables in RawSQL(). (wontfix) https://code.djangoproject.com/ticket/32451 - Management command to securely generate a secret key (duplicate) https://code.djangoproject.com/ticket/32450 - "TypeError: cannot pickle" when applying | operator to a Q object (accepted) https://code.djangoproject.com/ticket/32452 - Simplify storing strings/bytes in a Storage (wontfix) https://code.djangoproject.com/ticket/32453 - Introspection doesn't return column order for unique constraints on SQLite. (created) https://code.djangoproject.com/ticket/32454 - Header's color in django forum site. (invalid) https://code.djangoproject.com/ticket/32457 - SeparateDatabaseAndState fails with RemoveField (invalid) https://code.djangoproject.com/ticket/32458 - Make class based Indexes and Constraints have a consistent repr (accepted) https://code.djangoproject.com/ticket/32459 - Admin inlines not visible on certain screensizes with sidebar open (duplicate) https://code.djangoproject.com/ticket/32456 - Add support for PostgreSQL passfile to dbshell. (accepted) https://code.djangoproject.com/ticket/32461 - PostgreSQL UNACCENT function not working on annotations (needsinfo) https://code.djangoproject.com/ticket/32462 - Django ORM get_readonly_fields, action on a ONE table row (invalid) https://code.djangoproject.com/ticket/32463 - 'Sum' aggregate function not working with Window function on SQLite. (duplicate)
*Reviewed/committed: * https://github.com/django/django/pull/13987 - Fixed #32417 -- Removed unneeded hasattr() check in LiveServerTestCase._tearDownClassInternal(). https://github.com/django/django/pull/13722 - Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formset_kwargs(). https://github.com/django/django/pull/13507 - Fixed #29052 -- Made test database creation preserve alias order and prefer the "default" database. https://github.com/django/django/pull/14014 - Fixed #32453 -- Added introspection of unique constraint field ordering on SQLite. https://github.com/django/django/pull/13986 - Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled. https://github.com/django/django/pull/14016 - Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleable Q(). https://github.com/django/django/pull/14017 - Fixed #32455 -- Allowed right combining Q() with boolean expressions. https://github.com/django/django/pull/14018 - Refs #30231 -- Fixed SeleniumTests.test_inlines_verbose_name with headless mode. https://github.com/django/django/pull/13773 - Fixed #32256 -- Fixed migration optimization crash when swapping field names. https://github.com/django/django/pull/14019 - Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more consistent. 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/d9a06f22-e963-470b-af0b-c2872cf2cd55n%40googlegroups.com.
