fellow reports / 2022
/2022 Week 11
Calendar Week 11 — Ending 20 March
Triaged:
- https://code.djangoproject.com/ticket/33565 -- makemessages command skips the nl-nl-x-informal folder (needsinfo)
- https://code.djangoproject.com/ticket/33574 -- SlugField in formfield_overrides (wontfix)
- https://code.djangoproject.com/ticket/33579 -- Raise a specialized exception when Model.save(update_fields) does not affect any rows (Accepted)
- https://code.djangoproject.com/ticket/33578 -- How feasible is modifying the django.db.connections object at run time for a multitenant system which uses isolated databases for tenancy (Invalid)
Reviewed:
- https://github.com/django/django/pull/15317 -- Refs #32339 -- Added use_fieldset to Widget.
- https://github.com/django/django/pull/15519 -- Added missing backticks to function names in docs.
- https://github.com/django/django/pull/15520 -- Refs #31169 -- Fixed parallel tests with custom test runner where start method is spawn.
- https://github.com/django/django/pull/15314 -- Fixed #26472 -- Added silence_checks().
- https://github.com/django/django/pull/15155 -- Fixed #29822 -- Add a Timezone aware datetime widget for admin
- https://github.com/django/django/pull/15421 -- Fixed #31169 -- Adapted the parallel test runner to use spawn.