Fellow Reports
> 2021 Week 37
Calendar Week 37 — Ending 19 September
Triaged:
https://code.djangoproject.com/ticket/33106
-- ModelMultipleChoiceField clean() method calls prepare_value instead of to_python (wontfix)
Reviewed:
https://github.com/django/django/pull/14855
-- Fixed #33077 -- Fixed links to related models for admin's readonly fields in custom admin site.
https://github.com/django/django/pull/13733
-- Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
https://github.com/django/django/pull/14819
-- Fixed #31026 -- Switched form rendering to template engine
https://github.com/django/channels/pull/1750
-- Fix wrong reference to AsyncConsumer in Introduction #1750
https://github.com/django/django/pull/14437
-- Fixed #33012 -- Added Redis cache backend.
https://github.com/django/django/pull/14846
-- Fixed #32873 -- Deprecated settings.USE_L10N.
Authored:
https://github.com/django/django/pull/14848
-- Fixed #32365 -- Made zoneinfo the default timezone implementation.