fellow reports / 2021
/2021 Week 39
Calendar Week 39 — Ending 03 October
- Released channels_redis 3.3.1
Triaged:
- https://code.djangoproject.com/ticket/33158 -- Severely degraded performance under ASGI compared to the typical WSGI deployment pattern (Duplicate of #33157)
- https://code.djangoproject.com/ticket/33143 -- Block import-time queries (Accepted)
- https://code.djangoproject.com/ticket/33140 -- Enforce ordering of checks. (wontfix)
Reviewed:
- https://github.com/django/django/pull/14929 -- Add enable dark mode handler.
- https://github.com/django/django/pull/14904 -- Ran pyupgrade to upgrade string formatting syntax.
- https://github.com/django/django/pull/14068 -- Fixed #25916 -- Added lastmod support to sitemapindex
- https://github.com/django/channels_redis/pull/277 -- Fix intermittent ChannelFull test failure #277
- https://code.djangoproject.com/ticket/33029 -- Can't open multiple Django Admin Popups for the same related field.
- https://github.com/django/django/pull/14911 -- Optimized @async_unsafe.
- https://github.com/django/django/pull/14823 -- Fixed #33029 -- Allowed multiple popups per related-field in admin
- https://github.com/django/django/pull/14905 -- Fixed #33113 -- Doc'd a forms.DateInput type=date example.
Authored:
- https://github.com/django/channels_redis/pull/275 -- Prepare 3.3.1 release