Week ending May 2, 2021 *Triaged: * https://code.djangoproject.com/ticket/32682 - Deleting objects after searching related many to many field crashes the admin page (accepted) https://code.djangoproject.com/ticket/32685 - Add feature to preserve order in .filter(field__in=list) query (wontfix) https://code.djangoproject.com/ticket/32680 - Add an option to display inlines as a table without forms. (wontfix) https://code.djangoproject.com/ticket/32688 - The ON CONFLICT sql suffix creates a syntax error on m2m inserts (invalid) https://code.djangoproject.com/ticket/29168 - Document how to write a custom lookup where the rhs comes before the lhs (invalid) https://code.djangoproject.com/ticket/32690 - Q object __or__ appears to get all dunder related's default columns and queryset raises ProgrammingError. (accepted) https://code.djangoproject.com/ticket/26368 - Order of &-ing Q objects affects results in edge case (duplicate) https://code.djangoproject.com/ticket/32691 - Django 3.2 boolean field SQL output is causing a performance regression in MySQL. (invalid) https://code.djangoproject.com/ticket/32692 - Django 3.2 automatic AppConfig discovery breaks projects working in 3.1.8 (invalid) https://code.djangoproject.com/ticket/32689 - Infinite AlterField Migrations due to default callable object missmatch (invalid) https://code.djangoproject.com/ticket/32696 - Display Changed Value in History Form Django Admin (invalid) https://code.djangoproject.com/ticket/32697 - Older versions of Django insist on converting BigAutoField back to AutoField (invalid) https://code.djangoproject.com/ticket/32698 - Move HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri(). (accepted) https://code.djangoproject.com/ticket/32695 - Create Permissions with create() instead of bulk_create() to send signal (wontfix) https://code.djangoproject.com/ticket/23572 - Exception on Custom Lookups when right value is None. (fixed)
*Reviewed/committed: * https://github.com/django/django/pull/14308 - Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template. https://github.com/django/django/pull/14314 - Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for RunSQL. https://github.com/django/django/pull/14315 - Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL. https://github.com/django/django/pull/14309 - Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruction. https://github.com/django/django/pull/14320 - Cleaned up handling of alias reuse with filtered relations. https://github.com/django/django/pull/14323 - Fixed #32675 -- Doc'd that autodector changes might cause generation of no-op migrations. https://github.com/django/django/pull/14330 - Fixed capitalization of "ECMAScript" and "JavaScript". https://github.com/django/django/pull/14317 - Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_expected_failures in contributing guide. https://github.com/django/django/pull/14331 - Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri(). https://github.com/django/django/pull/14306 - Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting. *Reviewed: * https://github.com/django/django/pull/14328 - Refs #32674 -- Noted that auto-created through table PKs cannot be automatically migrated. *Authored: * https://github.com/django/django/pull/14312 - Refs 32637 -- Made technical 404 debug page display exception message when URL is resolved. https://github.com/django/django/pull/14313 - Fixed #32682 -- Made admin changelist use Exists() instead of distinct() for preventing duplicates. https://github.com/django/django/pull/14329 - Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates(). https://github.com/django/django/pull/14335 - Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_table. 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/cea9389c-e2cd-4133-8fe7-bf5e95cae164n%40googlegroups.com.