fellow reports / 2023
/2023 Week 6
Calendar Week 6 — Ending 12 February
- Prepare and pre-notify 4.1.7, 4.0.10, and 3.2.18 releases.
- Progress Weblate migration proposal.
Triaged:
- https://code.djangoproject.com/ticket/34324 -- Django Discord Server is not mentioned in the "Join the Django community ❤️" section in contributing guide (Accepted)
- https://code.djangoproject.com/ticket/34322 -- ManifestStaticFilesStorage crashes (Accepted)
- https://code.djangoproject.com/ticket/34316 -- Visual regressions in admin's change password form (Accepted)
- https://code.djangoproject.com/ticket/34309 -- Documentate how to delete a Django app correctly (Accepted)
- https://code.djangoproject.com/ticket/34317 -- wrong attribute naming in method BaseModelFormSet.save_existing (Accepted)
Reviewed:
- https://github.com/django/django/pull/16537 -- Refs #34140 -- Applied rst code-block to non-Python examples.
- https://github.com/django/django/pull/16473 -- Refs #7430 -- Removed broken Template.__iter__().
- https://github.com/django/django/pull/16435 -- Speedup local code coverage execution
- https://github.com/django/django/pull/16514 -- Fixed #34303 – Add LogEntries to render context by Admin Site
- https://github.com/django/django/pull/16528 -- Fixed #34313 -- Thousands separator for Spanish language is incorrect
- https://github.com/django/django/pull/16533 -- Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError with no code.
- https://github.com/django/django/pull/16271 -- Fixed #34146 -- Added 3rd-party lib tutorial step.
Authored:
- https://github.com/django/django/pull/16534 -- Added missing vars to AdminSite.each_context docs.
- https://github.com/django/django/pull/16530 -- Refs #34146 -- Fixed typos in tutorial.