Fellow Reports
> 2021 Week 38
Calendar Week 38 — Ending 26 September
Checking 4.0 compatibility and prepared Django 4.1 roadmap.
Released django-filter 21.1
Released django-appconf 1.0.5
Triaged:
https://code.djangoproject.com/ticket/33132
-- TestClient doesn't follow redirects that only contain a query string correctly. (Accepted)
https://github.com/django/daphne/issues/383
-- On linux, pip failed to install channel and websocket will automatically disconnect (invalid)
https://code.djangoproject.com/ticket/33128
-- Grammar Issue (Accepted)
https://code.djangoproject.com/ticket/33129
-- Drop support for MariaDB 10.2. (Accepted)
https://code.djangoproject.com/ticket/33126
-- No « French » on Transifex? (invalid)
https://code.djangoproject.com/ticket/33098
-- Micro-optimisation for functional.keep_lazy for single argument uses. (Accepted)
https://code.djangoproject.com/ticket/33112
-- BaseValidator does not localize params passed to rendered ValidationError (needsinfo)
Reviewed:
https://github.com/django/django/pull/14887
-- Fixed #33132 -- Fixed test client handling of querystring only redirects.
https://github.com/django/django/pull/14886
-- Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.
https://github.com/django/django/pull/14883
-- Fixed typo in 4.0 release notes.
https://github.com/django/django/pull/14882
-- Skipped GitHub actions for linters and JavaScript tests on purely doc changes.
https://github.com/django/django/pull/14879
-- Fixed #33128 -- Changed forms to possessive form's
https://github.com/django/django/pull/14881
-- Fixed #33129 -- Dropped support for MariaDB 10.2.
https://github.com/django/django/pull/14333
-- Simplified various templates.
https://github.com/django/django/pull/14874
-- Refs #31026 -- Fixed forms_tests if Jinja2 is not installed.
https://github.com/django/django/pull/14860
-- Bootstrapped Django 4.1.
Authored:
https://github.com/django/django/pull/14889
-- Refs #33129 -- Added missing return statement.
https://github.com/django/channels_redis/pull/275
-- Prepare 3.3.1 release
https://github.com/django-compressor/django-appconf/pull/85
-- Update version number and release notes for 1.0.5 release.
https://github.com/django-compressor/django-appconf/pull/84
-- Confirm Django 4.0 compatibility.
https://github.com/django-compressor/django-compressor/pull/1074
-- Stopped testing against Django 3.0.
https://github.com/django-compressor/django-compressor/pull/1073
-- Used raw STATIC_URL value in get_offline_hexdigest().
https://github.com/django-compressor/django-compressor/pull/1072
-- Added Django 4.0 to test matrix.
https://github.com/encode/django-rest-framework/pull/8178
-- Django 4.0 compatibility
https://github.com/django/django/pull/14877
-- Removed blocking wait in admin inlines selenium test.
https://github.com/django/django/pull/14870
-- Fixed #33083 -- Fixed admin JS for when actions are both top and bottom.