Week ending 2024-02-25 (Week 08)
Intense week! I tried to push forward as many PRs as I could, mainly because next week (week 9) I’ll be “OoO” (Out of the Office). Summer school for the kids ended last Friday, and “regular” school doesn’t start until the 4th, so I need to take the week off. We’re trying to make the best of the situation by organizing a family trip!
Triaged
- #35239 (FilteredSelectMultiple (filter_horizontal) initial selections reset when refreshing in Firefox) – Django - FilteredSelectMultiple (filter_horizontal) initial selections reset when refreshing in Firefox (needsinfo)(duplicate)
- #35240 (Django doesn't set Postgres timezone to UTC when using psycopg3) – Django - Django doesn’t set Postgres timezone to UTC when using psycopg3 (needsinfo)
- #35243 (Add easy access to error codes in forms) – Django - Add easy access to error codes in forms (wontfix)
- #35241 (Cache Model._meta.get_parent_list()) – Django - Cache Model._meta.get_parent_list() (accepted)
- #35246 (Make Field.unique a plain attribute) – Django - Make Field.unique a plain attribute (accepted)
Reviewed
- Refs #30950, Refs #35187 -- Added tests for byte-compiled Django to daily builds. by bigfootjon · Pull Request #17870 · django/django · GitHub - Added pyc-only test to daily builds
- Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_arguments test on Python 3.13+. by felixxm · Pull Request #17891 · django/django · GitHub - Refs #34900 – Fixed CommandTypes.test_help_default_options_with_custom_arguments test on Python 3.13+.
- https://github.com/django/django/pull/16942 - Fixed #34429 – Allowed setting unusable passwords for users in the auth forms.
- Thank you @fsbraun for your patience! I’m very happy this is now merged in main and it will be a new feature available in 5.1.
- Also Thank you @accessibility team for your reviews and advice.
- Fixed #29942 -- Used linkcode sphinx extension instead of viewcode. by smithdc1 · Pull Request #17613 · django/django · GitHub - Fixed #29942 – Used linkcode sphinx extension instead of viewcode.
- Fixed #34806 -- Made the cached_db backend resilient to cache backend errors. by sulabhkatila · Pull Request #17220 · django/django · GitHub - Fixed #34806 – Made the cached_db backend resilient to cache backend errors.
- Fix #34746: Add a size limit for variable size when pretty printing exception report by keerthivasansa · Pull Request #17809 · django/django · GitHub - Fix #34746: Add a size limit for variable size when pretty printing exception report
- Fixed #35241 -- Cached model's full parent list. by adamchainz · Pull Request #17893 · django/django · GitHub - Fixed #35241 – Cached model’s Options.parent_list.
- Fixed #34643 -- Move admin form labels to a more accessible place by hrushikeshrv · Pull Request #16975 · django/django · GitHub - Fixed #34643 – Move admin form labels to a more accessible place
Authored
- Make the system check look at the types of settings? - #20 by nessita
- Added GitHub Actions to create and check for reminders in pull requests. by nessita · Pull Request #17852 · django/django · GitHub - Added GitHub Actions to create and check for reminders in pull requests.
Other/Misc
- Attended the Djangonauts session “Let’s become confident about Django documentation, right now”. Daniele Procida spoke about how to get confident with documentation, especially the Django one. Great stuff! I’m looking forward to the PRs derived from the group analysis.
- Security reports/patches review.