Fellow Reports
> 2022 Week 19
Calendar Week 19 — Ending 15 May
Preparing Django 4.1a1.
Triaged:
https://code.djangoproject.com/ticket/33700
-- APPEND_SLASH adds significant latency to all requests not ending in / (even if successful) (Accepted)
https://code.djangoproject.com/ticket/33699
-- Performance does not scale when increasing file upload sizes (invalid)
https://code.djangoproject.com/ticket/33692
-- urlize to accept target attribute as parameter (wontfix)
https://code.djangoproject.com/ticket/33689
-- Django theme color variables are inconsistently named and poorly documented (Accepted)
https://code.djangoproject.com/ticket/33691
-- Deprecate CryptPasswordHasher. (Accepted)
https://code.djangoproject.com/ticket/33690
-- Allow disabling admin module dark theme (Accepted)
Reviewed:
https://code.djangoproject.com/ticket/33682
-- Clarify using distinct() with related fields that have Meta.ordering defined.
https://github.com/django/django/pull/14532
-- Fixed #32559 -- Added step argument to FloatField.
https://github.com/django/django/pull/15678
-- Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.
https://github.com/django/django/pull/14625
-- Fixed #30581 -- Added support for Meta.constraints validation.
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/12504
-- Fixed #15619 -- Deprecated log out via GET requests.
Authored:
https://github.com/django/django/pull/15665
-- Refs #32339 -- Deprecated default.html form template.
https://github.com/pypa/trove-classifiers/pull/104
-- Added trove classifier for Django 4.1.
https://github.com/django/django/pull/15680
-- Bootstrap Django 4.2
https://github.com/django/django/pull/15679
-- Refs #33173 -- Removed use of deprecated cgi module.