fellow reports / 2023
/2023 Week 12
Calendar Week 12 — Ending 26 March
- GSoC submission week.
Triaged:
- https://code.djangoproject.com/ticket/34432 -- autoreloader does not reload when a Thread is running and there is no way to notify the Thread to stop (needsinfo)
Reviewed:
- https://github.com/django/django/pull/16683 -- Fixed typos in docs/ref/forms/renderers.txt.
- https://github.com/django/django/pull/16666 -- Fixed #34077 -- Added form field rendering.
- https://github.com/django/django/pull/16592 -- Fixed #30386 -- Fixed primary key quoting in admin related object links.
- https://github.com/django/django/pull/16585 -- Allow moving a model between apps.
- https://github.com/django/django/pull/16674 -- Added autoreload_stopping Signal to complement autoreload_started
- https://github.com/django/django/pull/16603 -- Fixed #33738 -- Allowed handling ASGI http.disconnects in long-lived requests.
- https://github.com/django/djangoproject.com/pull/1330 -- Updated docs-related model fixtures for 4.2 release.
- https://github.com/django/djangoproject.com/pull/1329 -- Updated download page for 4.2 release. #1329
- https://github.com/django/djangoproject.com/pull/1331 -- Updated robots.docs.txt for Django 4.2. #1331
- https://github.com/django/asgiref/pull/367 -- Allow nesting sync_to_async via asyncio.wait_for #367
- https://github.com/django/django/pull/16666 -- Fixed #34077 -- Added form field rendering.
- https://github.com/django/django/pull/16629 -- Fixed #34388 -- Added support for direct usage of Choices classes on …
- https://github.com/django/django/pull/16668 -- Refs #31949 -- Enable @sensitive_variables to work with async functions
Authored:
- https://github.com/django/django/pull/16680 -- Added Forum to mailing lists page.
- https://github.com/django/django/pull/16673 -- Doc'd use of asgiref.sync adapters with sensitive variables.
- https://github.com/django/django/pull/16672 -- Refs #31949 -- Adjusted error reporting docs.
- https://github.com/django/django/pull/16670 -- Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async i…
- https://github.com/django/django/pull/16669 -- Refs #33134, Refs #34077 -- Adjusted form rendering recursion test.