Fellow Reports
> 2022 Week 50
Calendar Week 50 — Ending 18 December
Preparing upcoming releases.
Triaged:
https://code.djangoproject.com/ticket/34210
-- Show the duration of individual tests (Accepted)
https://code.djangoproject.com/ticket/34208
-- Confirm/Add support for GDAL 3.6. (Accepted)
Reviewed:
https://github.com/django/asgiref/pull/361
-- Updated pre-commit versions #361
https://github.com/django/asgiref/pull/159
-- sync_to_async for converting generators to async generators #159
https://github.com/django/django/pull/15687
-- Fixed #33308 -- Added support for psycopg version 3
Authored:
https://github.com/django/asgiref/pull/362
-- Prepare v3.6 release. #362
https://github.com/django/asgiref/pull/337
-- Updated timeout helper to use get_running_loop(). #337
https://github.com/django/django/pull/16384
-- Fixed #33735 -- Added async support to StreamingHttpResponse.
https://github.com/django/django/pull/16380
-- Refs #34118 -- Adopted asgiref coroutine detection shims.
https://github.com/django/asgiref/pull/360
-- Added coroutine detection shims for Python 3.12 #360
https://github.com/python/cpython/pull/99247
-- gh-94912: Added marker for non-standard coroutine function detection #99247