Week ending April 3, 2022 *Triaged: * https://code.djangoproject.com/ticket/33602 - date_hierarchy in admin reports an error with mysql-connector-python 8.0.28. (invalid) https://code.djangoproject.com/ticket/33603 - Backslashes in template tag arguments are escaped (wontfix) https://code.djangoproject.com/ticket/33604 - Allow CacheMiddleware.key_prefix to be a callable. (accepted) https://code.djangoproject.com/ticket/33605 - Use of RegexValidator can cause migration generation to raise AttributeError (accepted) https://code.djangoproject.com/ticket/33607 - PostgresIndex.create_sql() doesn't respect the using argument. (accepted) https://code.djangoproject.com/ticket/33609 - Use assertCountEqual() in assertQuerysetEqual(). (wontfix) https://code.djangoproject.com/ticket/33608 - select_related() to nullable FK with db_constraint=False do not promote OUTER joins. (invalid) https://code.djangoproject.com/ticket/33611 - Allow View subclasses to define async method handlers. (accepted) https://code.djangoproject.com/ticket/33464 - Resolve output_field when combining numeric expressions with MOD operator. (accepted) https://code.djangoproject.com/ticket/33612 - Clone db failed in MariaDB 10.7.3. (worksforme) https://code.djangoproject.com/ticket/33613 - createsuperuser does not validate usernames that use a UniqueConstraint. (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/15372 - Corrected models.FileField signature in docs. https://github.com/django/django/pull/12504 - Fixed #15619 -- Deprecated log out via GET requests. https://github.com/django/django/pull/15402 - Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs. https://github.com/django/django/pull/15556 - Refs #33397 -- Added extra tests for resolving an output_field of CombinedExpression. https://github.com/django/django/pull/15271 - Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/TimeField/DurationFields. https://github.com/django/django/pull/15560 - Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. *Reviewed: * https://github.com/django/django/pull/15540 - Refs #32365 -- Deprecated django.utils.timezone.utc. *Authored: * https://github.com/django/django/pull/15550 - Updated various links to HTTPS and new locations. https://github.com/django/django/pull/15552 - Updated Oracle docs links to Oracle 21c. https://github.com/django/django/pull/15554 - Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation argument from Query methods." https://github.com/django/djangoproject.com/pull/1157 - Moved Django 2.2 to unsupported versions and added 5.x releases. https://github.com/django/django/pull/15557 - Refs #24020 -- Removed redundant Query.get_loaded_field_names(). 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/b0c4b3c7-1c1f-4b10-a2f2-ed906a7dca12n%40googlegroups.com.