Fellow Reports
> 2022 Week 39
Calendar Week 39 — Ending 02 October
Prepared 4.1.2, 4.0.8 and 3.2.16 security releases.
Triaged:
https://code.djangoproject.com/ticket/34068
-- `runserver 0` is not shortcut for 0.0.0.0 (Accepted)
https://code.djangoproject.com/ticket/34063
-- request.POST not populated for multipart/form-data via AsyncClient (Accepted)
https://code.djangoproject.com/ticket/34060
-- Creating CheckConstraint on JSONField with __exact lookup on key transforms crashes on Oracle. (Accepted)
https://code.djangoproject.com/ticket/34062
-- object HttpResponseNotAllowed can't be used in 'await' expression (Accepted)
https://code.djangoproject.com/ticket/34030
-- add SystemCheckError for LocaleMiddleware (wontfix)
https://code.djangoproject.com/ticket/34055
-- InlineModelAdmin and permissions on the instances shown in the in-line (wontfix)
https://code.djangoproject.com/ticket/34034
-- Adding a class on ChoiceWidget subwidgets is excessively difficult (Accepted)
https://code.djangoproject.com/ticket/34043
-- Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI (Accepted)
https://code.djangoproject.com/ticket/34010
-- Parallel tests don't work with spawn. (Accepted)
Reviewed:
https://github.com/django/djangoproject.com/pull/1223
-- Fixed #1216 -- Added reCaptcha to DSF contact form #1223
https://github.com/django/djangoproject.com/issues/165
-- Check if code highlighting theme matches styleguide
https://github.com/django/django/pull/16140
-- Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
https://github.com/django/django/pull/16136
-- Fixed #34062 -- Updated View.http_method_not_allowed() to support async
https://github.com/django/django/pull/16134
-- Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fields on PostgreSQL.
https://code.djangoproject.com/ticket/34059
-- Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL.
https://code.djangoproject.com/ticket/33984
-- Related managers cache gets stale after saving a fetched model with new PK
https://github.com/django/django/pull/16129
-- Fixed #34010 -- Made parallel tests using spawn set up Django.
https://github.com/django/django/pull/16094
-- Fixed #33026 -- Mentioned RequestFactory in testing tools docs.
Authored:
https://github.com/python/cpython/issues/97641
-- Potential regression in Python 3.11 (multiprocess shutdown?) #97641
https://github.com/django/django/pull/16128
-- Fixed #34010 -- Ensured app registry is populated running parallel tests with spawn start method.