fellow reports / 2022
/2022 Week 46
Calendar Week 46 — Ending 20 November
Begin planning for GSoC: https://groups.google.com/g/django-developers/c/0lelyphIw8k
Thursday PM Office Hour: - Call with MLH Jyuti and Tushar. - Advice to Bhuvnesh. - Responding to GSoC enquiries.
Triaged:
- https://code.djangoproject.com/ticket/34159 -- Django potential improvement - views decorator for http_timeout with auto retry (wontfix)
Reviewed:
- https://github.com/django/djangoproject.com/pull/1251 -- Introducing i18n URL patterns (#883) #1251
- https://github.com/django/djangoproject.com/pull/1273 -- Reverted "Fix N+1 Query on Django Community page". #1273
- https://github.com/django/django/pull/15610 -- Fixed #26029 -- Added STORAGES setting
- https://github.com/django/django/pull/16229 -- Fixed #34119 -- Prevented callable default hidden widget value from being overridden.
- https://github.com/django/djangoproject.com/issues/1270 -- Community page not updating feeds #1270
- https://code.djangoproject.com/ticket/34166 -- UniqueConstraint with condition not validated if the condition field is not editable.
- https://github.com/django/django/pull/16298 -- Refs #34118 -- Skipped not compatible requirements on daily builds for Python 3.12.
- https://code.djangoproject.com/ticket/34155 -- ModelAdmin.render_change_form does not lowercase the app_label when setting template directories
Authored:
- https://github.com/django/deps/pull/78 -- DEP 44 - Clarified release process #78
- https://github.com/python/cpython/pull/99247 -- gh-94912: Added marker for non-standard coroutine function detection, #99247