Fellow Reports
> 2022 Week 14
Calendar Week 14 — Ending 10 April
Triaged:
https://code.djangoproject.com/ticket/#33626
-- RegisterLookupMixin._unregister_lookup() should clear the lookup cache. (Accepted)
https://code.djangoproject.com/ticket/33624
-- Only disable console logging when ADMINS is set (Invalid)
https://code.djangoproject.com/ticket/33625
-- Under ASGI, PyLibMCCache closes memcached connection after every request (Accepted)
Reviewed:
https://github.com/django/django/pull/14532
-- Fixed #32559 -- Added step argument to FloatField.
https://code.djangoproject.com/ticket/33618
-- Wrong behavior on queryset update when multiple inheritance
https://github.com/django/django/pull/15241
-- Refs #32339 -- Added as_div() form render methods and templates.
https://github.com/django/django/pull/15246
-- Refs #32819 -- Added aria-describedby for help_text.
https://github.com/django/django/pull/15275
-- Refs #31617 -- Added an id for helptext in admin forms.
https://github.com/django/django/pull/15179
-- Ticket #33348 -- Change API of assertFormError and assertFormsetError
https://github.com/django/django/pull/15363
-- Fixed #11803 -- Admin does not update every ForeignKey select of the same model
https://github.com/django/django/pull/15562
-- Moved remaining SimpleTestCase.assertFormError()/assertFormsetErrors() tests to test_utils.
Authored:
https://github.com/django/django/pull/15559
-- Fixed #33611 -- Allowed View subclasses to define async method handlers.