fellow reports / 2022
/2022 Week 28
Calendar Week 28 — Ending 17 July
Released channels_redis 3.4.1 https://pypi.org/project/channels-redis/3.4.1/
Triaged:
- https://code.djangoproject.com/ticket/33847 -- `dumpdata` commands fails when invoked programmatically (but runs fine from commandline) (Invalid)
- https://code.djangoproject.com/ticket/33846 -- Google OAuth2.0 SDK(Google Identity Services) doesn't work on Django 4.0 (Invalid)
- https://code.djangoproject.com/ticket/33844 -- Possible regression with 3.2.10 and admin.ModelAdmin.change_view() (needsinfo)
- https://code.djangoproject.com/ticket/33842 -- Add links to github for file paths in the documentation (Accepted)
- https://code.djangoproject.com/ticket/11927 -- Allow manage.py dumpdata to dump YAML in block style (wontfix)
- https://code.djangoproject.com/ticket/32797 -- model_ngettext incorrectly tries to translate already translated words (Duplicate of #11688)
Reviewed:
- https://github.com/django/django/pull/15837 -- Fixed #33726 -- Django admin needs a skip link
- https://github.com/django/django/pull/15808 -- Fixed #33842 -- Add links to github for file paths in the documentation
- https://github.com/django/django/pull/15843 -- Refs #33690 -- Add switch button for dark mode in the admin
- https://github.com/encode/django-rest-framework/pull/8554 -- Replace parse_header with parse_header_parameters #8554
- https://github.com/django/django/pull/14025 -- Added documentation about callable middleware.
- https://github.com/django/django/pull/14333 -- Simplified various templates.
- https://github.com/django/django/pull/10117 -- Fixed #11927 -- Added dumpdata --yaml-collection-style option.
- https://code.djangoproject.com/ticket/33839 -- Support pathlib.Path in loaders' get_template().
- https://github.com/django/django/pull/15717 -- Update admin/change_form.html template
- https://github.com/django/django/pull/14347 -- Clarified a few things in the Intro tutorial
- https://github.com/django/django/pull/15837 -- Fixed #33726 -- Django admin needs a skip link
- https://github.com/django/channels_redis/pull/316 -- [3.4.x] Fix dictionary keys changed during iteration runtime error. #316
- https://github.com/django/channels_redis/pull/314 -- Removed obsolete code. #314
- https://code.djangoproject.com/ticket/27880 -- Use __set_name__ to replace some usages of contribute_to_class.
- https://code.djangoproject.com/ticket/32312 -- Performance decrease following implementation of ASGI handler and coroutine-safety.