fellow reports / 2022
/2022 Week 47
Calendar Week 47 — Ending 27 November
Triaged:
- https://code.djangoproject.com/ticket/34184 -- Improve tutorial by mentioning User Interaction testing like django-webtest (wontfix)
- https://code.djangoproject.com/ticket/34181 -- The active locale context can leak across tests when using LocaleMiddleware (Duplicate of #34180.)
- https://code.djangoproject.com/ticket/34180 -- Document that setting language in tests affects other tests (Accepted)
- https://code.djangoproject.com/ticket/34173 -- SessionMiddleware support 503 status code (Accepted)
- https://code.djangoproject.com/ticket/34177 -- QuerySet.bulk_create() crashes on "pk" in unique_fields. (Accepted)
- https://code.djangoproject.com/ticket/34172 -- Documentation of AdminSite.get_urls() encourages security vulnerabilities (Accepted)
- https://code.djangoproject.com/ticket/34174 -- async process_exception being called as sync from async view/middleware (Accepted)
Reviewed:
- https://github.com/django/django/pull/16331 -- Fixed #28236 - Integrate dj-database-url into Django
- https://github.com/django/django/pull/16198 -- Added missing example bits in BaseFormSet.get_form_kwargs
- https://code.djangoproject.com/ticket/31949 -- Allow builtin view decorators to be applied directly to async views.
- https://github.com/django/django/pull/16141 -- Fixed #34064 -- Adjusted locale override wording in settings docs.
- https://github.com/django/django/pull/16185 -- Fixed #32819 -- Added aria-describedby for help_text.
- https://github.com/django/djangoproject.com/pull/1224 -- Refs #1184 -- Reformatted code with Black. #1224
- https://github.com/django/django/pull/16290 -- Grammer Updates
- https://github.com/django/django/pull/16275 -- Fixed a typo in docs/ref/signals.txt
- https://github.com/django/django/pull/16216 -- Refs #32873 -- Adjusted formatting note on USE_L10N default.
- https://github.com/django/django/pull/16292 -- Refs #32339 -- Updated Form API docs to prefer as_div() output style.
- https://github.com/django/django/pull/16247 -- [WIP] Fixed #34077 -- Made BoundField renderable.
- https://github.com/django/django/pull/16185 -- Fixed #32819 -- Added aria-describedby for help_text.
- https://github.com/django/django/pull/16317 -- Fixed #34177 -- Fixed QuerySet.bulk_create() crash on "pk" in unique_fields.
- https://github.com/django/django/pull/16027 -- Fixed #33879 -- Fixed wrong results for long intervals.
- https://github.com/django/django/pull/16271 -- Fixed #34146 -- Added 3rd party lib tutorial step.
Authored:
- https://github.com/python/cpython/pull/99247 -- gh-94912: Added marker for non-standard coroutine function detection