Fellow Reports
> 2021 Week 46
Calendar Week 46 — Ending 21 November
Triaged:
https://code.djangoproject.com/ticket/33302
-- Make the element_id argument of json_script optional (Accepted)
https://code.djangoproject.com/ticket/33301
-- Documentation for assertFormError and assertFormsetError doesn't explain all arguments (Accepted)
https://code.djangoproject.com/ticket/33267
-- Add Hyperlink to related model in admin change form. (Accepted)
https://code.djangoproject.com/ticket/33304
-- Window(order_by) should allow usage of descending string syntax to be used (Accepted)
https://code.djangoproject.com/ticket/33297
-- ASGI: Dead persistent postgres connections are not closed sometimes (needsinfo)
https://code.djangoproject.com/ticket/33277
-- SimpleTestCase does not block database connections in threads (Accepted)
https://code.djangoproject.com/ticket/33286
-- The use of related_name kwarg in ForeignKey should be mentioned in the Many-to-One documentation (wontfix)
Reviewed:
https://github.com/django/django/pull/15101
-- Configured Read The Docs to build all formats.
https://github.com/django/django/pull/15094
-- Fixed crash building HTML docs since Sphinx 4.3.
https://github.com/django/django/pull/15031
-- Fixed #19721 -- Allowed admin list filters to work with values containing commas.
https://code.djangoproject.com/ticket/4282
-- startproject should honor umask
Authored:
https://github.com/django/django/pull/13850
-- Fixed #30360 -- Support rotation of secret keys.
https://github.com/django/django/pull/15097
-- Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file.