Fellow Reports
> 2022 Week 51
Calendar Week 51 — Ending 25 December
Released asgiref 3.6.0.
Reviewed:
https://github.com/django/django/pull/16382
-- Fixed #33961 -- Updated admin's jQuery to 3.6.3.
https://github.com/django/django/pull/15610
-- Fixed #26029 -- Added STORAGES setting.
https://github.com/django/django/pull/16395
-- Removed unnecessary commas in tests.
https://github.com/django/django/pull/16103
-- Fixed #25617 -- Added case-insensitive unique username validation in UserCreationForm
https://github.com/django/django/pull/16392
-- Renamed Technical Board to Steering Council wherever mentioned
https://github.com/django/django/pull/16391
-- Fixed typo in docs/topics/async.txt.
Authored:
https://github.com/django/django/pull/16384
-- Fixed #33735 -- Added async support to StreamingHttpResponse.
https://github.com/django/django/pull/16380
-- Refs #34118 -- Adopted asgiref coroutine detection shims.
https://github.com/django/asgiref/pull/362
-- Prepare v3.6 release. #362
https://github.com/django/deps/pull/78
-- DEP 44 - Clarified release process