Week ending 2024-01-14 (Week 02)
Triaged
- #35098 (ValidationError is being converted into a 500 Internal Server Error response) – Django - ValidationError is being converted into a 500 Internal Server Error response (invalid)
Reviewed
- https://github.com/django/django/pull/16942 - Fixed #34429 – Allowed setting unusable password via admin UI.
- Multiple rounds of reviews.
- Dedicated a fair amount of time to fix the commit history.
- https://github.com/django/django/pull/17520 - Fixed #32819 – Established relationship between form fields and their errors.
- #34044 -- Add the admin app filter on index pages in addition to the nav sidebar by Hisham-Pak · Pull Request #17709 · django/django · GitHub - #34044 – Add the admin app filter on index pages in addition to the nav sidebar
- Fixed #35097 -- Tested parse_datetime() with bare date. by timgraham · Pull Request #17715 · django/django · GitHub - Fixed #35097 – Tested parse_datetime() with bare date.
- Fixed #34769 -- Fixed key transforms on Oracle 21c+. by felixxm · Pull Request #17717 · django/django · GitHub - Fixed #34769 – Fixed key transforms on Oracle 21c+.
- Reorganized the Contributing to Django docs. by marksweb · Pull Request #17564 · django/django · GitHub - Reorganized the Contributing to Django docs.
Authored
- Added tests ensuring that validate_password is used in AdminPasswordChangeForm. by nessita · Pull Request #17729 · django/django · GitHub - Added tests ensuring that validate_password is used in AdminPasswordChangeForm.
Other/Misc
- Deep dive on #35033 (EmailMessage repeats header if provided via the headers kwargs) – Django
- Fixed some buggy translations for Spanish (Spanish translation pluralization issue with "año")