Week ending May 15, 2022 Added https://code.djangoproject.com/wiki/Version4.2Roadmap.
*Triaged: * https://code.djangoproject.com/ticket/33685 - Tests crash when using only a service name on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/33686 - Add a generic view with search options. (wontfix) https://code.djangoproject.com/ticket/33687 - Add option to set unusable password to changepassword (wontfix) https://code.djangoproject.com/ticket/33688 - DjangoTemplates app_dirname does not apply to app directories (wontfix) https://code.djangoproject.com/ticket/33691 - Deprecate CryptPasswordHasher. (created) https://code.djangoproject.com/ticket/33693 - Dark mode in docs. (invalid) https://code.djangoproject.com/ticket/33696 - Add a fail fast option to validate_password(). (wontfix) https://code.djangoproject.com/ticket/33694 - GeoDjango tutorial documentation error. (invalid) https://code.djangoproject.com/ticket/33697 - Cleanup duplication of HTTP header parsing in utils.http and multipart parser. (accepted) https://code.djangoproject.com/ticket/33698 - QuerySet == operator is not implemented. (wontfix) https://code.djangoproject.com/ticket/33682 - Clarify using distinct() with related fields that have Meta.ordering defined. (accepted) https://code.djangoproject.com/ticket/33701 - Highlight error location in the technical 500 debug page on Python 3.11+. (someday/maybe) https://code.djangoproject.com/ticket/33702 - Make request available to custom 500 and 400 templates (wontfix) https://code.djangoproject.com/ticket/33703 - ModelAdmin.get_fields wrong work with ModelAdmin.fieldsets statement (invalid) https://code.djangoproject.com/ticket/33704 - Missing migrations in postgres_tests tests. (accepted) https://code.djangoproject.com/ticket/33705 - IsNull() lookup cannot be used directly in filters. (accepted) https://code.djangoproject.com/ticket/33707 - Allow Oracle table names to be over 30 characters (duplicate) *Reviewed/committed: * https://github.com/django/django/pull/14625 - Fixed #30581 -- Added support for Meta.constraints validation. https://github.com/django/django/pull/15671 - Fixed #33622 -- Allowed customizing error messages for invalid number of forms. https://github.com/django/django/pull/15666 - Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering contains expressions. https://github.com/django/django/pull/15685 - Made closing in connection handlers more DRY. https://github.com/django/django/pull/15677 - Refs #27064 -- Added RenameIndex migration operation. https://github.com/django/django/pull/15686 - Added backward compatibility test for ConnectionHandler.databases property. *Reviewed: * https://github.com/django/django/pull/15679 - Refs #33173 -- Removed use of deprecated cgi module. https://github.com/django/django/pull/15680 - Bootstrap Django 4.2. https://github.com/django/django/pull/15665 - Refs #32339 -- Deprecated default.html form template. *Authored: * https://github.com/django/django/pull/15674 - Refs #33173 -- Fixed test_dateparse tests on Python 3.11+. https://github.com/django/django/pull/15675 - Refs #33173, Refs #30451 -- Fixed ResourceWarning from unclosed body files in ASGI handler on Python 3.11+. https://github.com/django/django/pull/15678 - Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher. https://github.com/django/django/pull/15682 - Fixed #33543 -- Depracated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc(). https://github.com/django/django/pull/15684 - Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool. https://github.com/django/django/pull/15691 - Fixed #33704 -- Updated postgres_tests migrations. 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/4ed694c5-232a-4e9b-91b5-9203659a300bn%40googlegroups.com.