fellow reports / 2023
/2023 Week 9
Calendar Week 9 — Ending 05 March
- Meet with 20tab re djangoproject.com
Triaged:
- https://code.djangoproject.com/ticket/34369 -- Improve the interaction between transaction.atomic() and generator functions (wontfix)
Reviewed:
- https://github.com/django/djangoproject.com/pull/1303 -- Added django-read-only. #1303
- https://github.com/django/django/pull/16611 -- Refs #34118 -- Used delete_on_close argument of tempfile.NamedTemporaryFile on Windows and Python 3.12.
- https://github.com/microsoft/vscode-python/issues/73 -- Feature suggestion: run Django unittests #73
- https://github.com/django/django/pull/16609 -- Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
- https://github.com/django/django/pull/16607 -- Documented that django.setup() is called under ASGI.
- https://github.com/django/django/pull/16574 -- Fixed #34077 -- Added Renderable BoundField and BoundWidgets
- https://github.com/django/django/pull/16547 -- Fixed #32172 -- Adapted signals to allow async handlers.
- https://github.com/django/django/pull/16552 -- Fixed #31920 -- Updated AuthenticationMiddleware to add request.auser
- https://github.com/django/django/pull/16603 -- Fixes #33738 -- ASGI http.disconnect not handled on requests with body
- https://github.com/django/django/pull/16604 -- Refs #34320 -- Stopped recreating check constraints when renaming fields.
Authored:
- https://github.com/jazzband/django-debug-toolbar/pull/1745 -- Enabled Django 4.2 Trove classifier