fellow reports / 2022
/2022 Week 45
Calendar Week 45 — Ending 13 November
Thursday Office Hour: - MLH call - Discuss djangoproject.com design with 20tab, and Will V. from board. - Answered some forum contributing questions
An update on Django's open ticket count
Triaged:
- https://code.djangoproject.com/ticket/34148 -- Removing a field from form.fields previously added to _bound_fields_cache has no effect (Accepted)
- https://code.djangoproject.com/ticket/34147 -- Add aall() for related managers. (Accepted)
- https://code.djangoproject.com/ticket/34146 -- Add tutorial step for installing third party package(s) (Accepted)
- https://code.djangoproject.com/ticket/34140 -- Format python code blocks in documentation files (Accepted)
Reviewed:
- https://github.com/django/django/pull/16027 -- Fixed #33879 -- Fixed wrong results for long intervals.
- https://code.djangoproject.com/ticket/33662 -- Choose which items are displayed per language in Sitemap
- https://github.com/django/django/pull/16268 -- Fixed #34036 -- Corrected low link color contrast in admin light-theme.
- https://github.com/django/django/pull/16276 -- Make punycode conversion support IDNA 2008
- https://code.djangoproject.com/ticket/29510 -- QueryDict.copy() returns closed files when the type of file is TemporaryUploadedFile
- https://github.com/django/django/pull/16274 -- Added Python 3.12 to daily builds.
- https://github.com/django/django/pull/16210 -- Fixed #34063 -- Made AsyncClient populate request.POST from form data body.
- https://github.com/django/django/pull/16200 -- Fixed #27587 -- Adding examples of QuerySet.query.__str__() to docs.
- https://code.djangoproject.com/ticket/33735 -- Add asynchronous responses for use with an ASGI server
- https://code.djangoproject.com/ticket/34036 -- Low text contrast over light blue backgrounds in admin light theme
Authored:
- https://groups.google.com/g/django-developers/c/O8WfDpplXuI -- Advancing the "content negotiation" and "modernising request object" proposals.
- https://github.com/python/cpython/pull/99247 -- gh-94912: Added marker for non-standard coroutine function detection, #99247