Fellow Reports
> 2023 Week 10
Calendar Week 10 — Ending 12 March
Triaged:
https://code.djangoproject.com/ticket/34388
-- Added support for direct usage of Choices classes on model fields (Accepted)
https://code.djangoproject.com/ticket/34392
-- Allow using test client response.json() with StreamingHttpResponse (Accepted)
Reviewed:
https://github.com/django/django/pull/16640
-- Doc'd that action descriptions are %-formatted.
https://github.com/django/channels_redis/pull/347
-- Made core layer close connection pools on loop close.
https://github.com/django/channels_redis/pull/349
-- Pin redis py to 4.3.5 #349
https://github.com/django/django/pull/16436
-- Refs #31949 -- Async cache view decorators
https://github.com/django/channels/pull/1983
-- Remove leading whitespace in cookie middleware
https://github.com/django/django/pull/16639
-- Fixed #34395 -- Updated admin's jQuery to 3.6.4.
https://github.com/django/django/pull/16592
-- Fixed #30386 -- Fixed primary key quoting in admin related object links.
https://github.com/django/django/pull/16421
-- Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator
https://github.com/django/django/pull/16631
-- Fixed #34384 -- Fixed session validation when rotation secret keys.
https://github.com/django/django/pull/16552
-- Fixed #31920 -- Made AuthenticationMiddleware add request.auser().
https://github.com/django/django/pull/16603
-- Fixed #33738 -- ASGI http.disconnect not handled on requests with body
https://github.com/django/django/pull/16552
-- Fixed #31920 -- Updated AuthenticationMiddleware to add request.auser
https://code.djangoproject.com/ticket/34388
-- Added support for direct usage of Choices classes on model fields
https://github.com/django/django/pull/16574
-- Fixed #34077 -- Added Renderable BoundField and BoundWidgets
Authored:
https://github.com/django/django/pull/16637
-- Refs #32172 -- Used asgiref coroutine shim in async signals tests.
https://github.com/django/django/pull/16634
-- Refs #31626 -- Noted that Daphne provides a runserver command.