Fellow Reports
> 2022 Week 27
Calendar Week 27 — Ending 10 July
Triaged:
https://code.djangoproject.com/ticket/33825
-- Stop allowing 'django.db.backends.postgresql_psycopg2' in DATABASES (wontfix)
https://code.djangoproject.com/ticket/33830
-- Variable lookup errors are logged rendering 'clearable_file_input.html' (Accepted)
Reviewed:
https://github.com/django/channels_redis/issues/312
-- v4b1: RuntimeError: Event loop is closed #312
https://github.com/django/asgiref/pull/304
-- Use async_to_sync and no event_loop for StatelessServer #304
https://github.com/encode/django-rest-framework/pull/8543
-- Change instances of parse_header to parse_header_parameters #8543
https://github.com/django/daphne/issues/299
-- Have to set current loop myself since Daphne 2.4.1 #299
https://github.com/django/django/pull/13483
-- Fixed #31949 -- Made builtin decorator async compatible
https://github.com/django/django/pull/15813
-- Applied DRY for date-based mixins (get a time unit)
https://github.com/django/django/pull/15820
-- Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
https://code.djangoproject.com/ticket/32173
-- Autoreloader doesn't work with asyncio.
https://code.djangoproject.com/ticket/30213
-- Add support for a "watchdog" based autoreloader
https://github.com/django/django/pull/15821
-- Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM storage engine.
Authored:
https://github.com/django/django/pull/15830
-- Fixed #33781 -- Restored alignment for admin split-field timezone war…
https://github.com/django/daphne/pull/422
-- Added support for ASGI_THREADS max worker limit. #422
https://github.com/django/asgiref/pull/337
-- Updated timeout helper to use get_running_loop(). #337
https://github.com/django/asgiref/pull/336
-- Removed support for ASGI_THREADS environment variable. #336
https://github.com/django/django/pull/15822
-- Refs #30213 -- Removed post-startup check for Watchman availability.