Fellow Reports
> 2021 Week 40
Calendar Week 40 — Ending 10 October
Released Django 3.2.8.
Triaged:
https://code.djangoproject.com/ticket/33174
-- Having a model inherit from Generic[T] breaks makemigrations (needsinfo)
https://code.djangoproject.com/ticket/33171
-- Invalid link for readonly fields in django admin with missing permissions (wontfix)
https://code.djangoproject.com/ticket/33167
-- Ability to access model right after it's imported (wontfix)
Reviewed:
https://github.com/django/django/pull/14652
-- Fixed #32798 -- Fixed ASGIHandler to run response iterators in sync context
https://github.com/django/django/pull/14917
-- Fixed #33156 -- replaces localStorage by sessionStorage in the quick filter
https://github.com/django/django/pull/14943
-- Refs #33029 -- Fixed window switching in Selenium test.
https://github.com/django/django/pull/14942
-- Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.
https://github.com/django/django/pull/14940
-- [3.2.x] Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_loop() on Python 3.7+.
https://github.com/django/django/pull/14937
-- Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.
Authored:
https://github.com/django/django/pull/14941
-- Refs #33029 -- Fixed popups Selenium tests in headless mode.
https://github.com/django/django/pull/14938
-- Removed easy_install example from Release How-To.