fellow reports / 2022
/2022 Week 44
Calendar Week 44 — Ending 06 November
Office hours: - MLH call. - Twitter thread https://twitter.com/carltongibson/status/1588162890120548352
Triaged:
- https://code.djangoproject.com/ticket/34139 -- acreate(), aget_or_create(), and aupdate_or_create() doesn't work as intended on related managers. (Accepted)
- https://code.djangoproject.com/ticket/34129 -- Admin list_editable failed to edit (Duplicate of #33375)
Reviewed:
- https://github.com/django/django/pull/16185 -- Fixed #32819 -- Added aria-describedby for help_text.
- https://github.com/django/django/pull/16200 -- Fixed #27587 -- Adding examples of QuerySet.query.__str__() to docs.
- https://github.com/django/django/pull/16221 -- Fixed #30801 -- Improved guidance for making good use of signals.
- https://code.djangoproject.com/ticket/33586 -- Cannot delete object (A) referenced by another object (B) if said object (A) has a foreign key to a custom user.
- https://github.com/django/django/pull/16135 -- Refs #33984 -- Added test for creating copies of model instances with inherited m2m fields.
- https://github.com/python/cpython/issues/94912 -- make asyncio.iscoroutinefunction a deprecated alias of inspect.iscoroutinefunction and remove asyncio.coroutines._is_coroutine
Authored:
- https://github.com/django/deps/pull/77 -- DEP1010 -- Adjusted DEP 10 to clarify release process clauses. #77
- https://github.com/django/deps/pull/76 -- Added draft for DEP 1010 clarifying release process. #76