Week ending 2023-10-01 (Week 39)
Triaged
- https://code.djangoproject.com/ticket/34853 - Accept-Language Header takes precedence over cookie for format localization
(accepted)(invalid)- Deep dive and some minor tidying up to tickets/PRs related to having HTML input widgets with
type="date"
(https://code.djangoproject.com/ticket/33113, https://code.djangoproject.com/ticket/29822).
- Deep dive and some minor tidying up to tickets/PRs related to having HTML input widgets with
- https://code.djangoproject.com/ticket/25943 - Auto Generated urls.py On startapp (continued conversation based on forum post)
- https://code.djangoproject.com/ticket/34881 - migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. (accepted)
Reviewed
- https://github.com/django/django/pull/17312 - [4.2.x] Refs #34320 – Skipped SchemaTests.test_rename_field_with_check_to_truncated_name on MariaBD 10.5.2+.
- https://github.com/django/django/pull/17311 - Added warning about flatpages and untrusted users.
- https://github.com/django/django/pull/17318 - Fixed #34878 – Fixed AttributeErrror on reload when using TemplateSetting for FORM_RENDERER.
- https://github.com/django/django/pull/14905 - Fixed #33113 – Doc’d a forms.DateInput type=date example.
- https://github.com/django/django/pull/17324 - add urls.py to app_template (pending forum consensus)
- https://github.com/django/django/pull/15806 - Refs #29822 – Improved date, time and datetime HTML inputs (revisited the PR and followed up with relevant people)
Authored
- https://github.com/django/django/pull/17313 - Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22.
Other/Misc
- Finalized security patches for all relevant Django versions.
- Sent prenotification and posted public announcement about the incoming security release planned for Oct 4th.
- Recorded the first practice session of my DjangoCon US presentation. I need to make it shorter or talk faster!