Fellow Reports
> 2022 Week 31
Calendar Week 31 — Ending 07 August
Released Django 4.0.7, and 3.2.15
Released Django 4.1
Began updates for Channels v4
Triaged:
https://code.djangoproject.com/ticket/33887
-- test_fails_squash_migration_manual_porting fails in the assert (Accepted)
https://code.djangoproject.com/ticket/33868
-- Admin “delete object(s)” view: improve labels of m2m relations (Accepted)
https://code.djangoproject.com/ticket/33878
-- Use system font stack in the admin (Accepted)
https://code.djangoproject.com/ticket/33882
-- Allow transaction.atomic to work in async contexts. (Accepted)
https://code.djangoproject.com/ticket/33881
-- ArrayField doesn't set collation. (Accepted)
Reviewed:
https://github.com/django/django/pull/15915
-- Pinned gh-problem-matcher-wrap to the commit in GitHub actions.
https://github.com/django/django/pull/15911
-- Fixed #33891 -- Fixed test command crash when running in parallel using spawn.
https://github.com/django/djangoproject.com/pull/1193
-- Updated robots.docs.txt for Django 4.1. #1193
Authored:
https://github.com/django/django/pull/15927
-- Added test for non-HTTP request on ASGIStaticFilesHandler.
https://github.com/django/django/pull/15912
-- Refs #33173, Refs #33755 -- Fixed ResourceWarning from unclosed files in ASGI tests on Python 3.11.
https://github.com/django/django/pull/15904
-- Doc'd TextField.db_collation as optional.
https://github.com/django/django/pull/15902
-- Fixed #33876, Refs #32229 -- Made management forms render with div.ht…