fellow reports / 2022
/2022 Week 2
Calendar Week 2 — Ending 16 January
Triaged:
- https://code.djangoproject.com/ticket/33427 -- Add new flag in loaddata command that loads fixture without overriding existing objects with same primary key (wontfix)
Reviewed:
- https://github.com/django/django/pull/15198 -- Fixed #30360 -- Support rotation of secret keys via fallback keys.
- https://github.com/django/django/pull/15270 -- Fixed #11715 -- Made default value of ModelAdmin.inlines immutable.
- https://github.com/django/django/pull/15300 -- Refs #30141 -- Removed unused branch in parse_duration().