Week ending 2024-04-14 (Week 15)
Triaged
- #35362 - ArrayField with nested CharField with a max_length silently truncates overlong values (accepted → duplicate)
- #35363 - Makemigrations: option to “depend on most current everything” (wontfix)
- #35365 - Add RFC 3824 Auto-Submitted header to emails by default (accepted)
Reviewed
- Fixed #18119 – Added a DomainNameValidator validator. by nmenezes0 · Pull Request #18037 · django/django (github.com)
- Fixed #24686 – Allow moving a model between apps. by DevilsAutumn · Pull Request #16905 · django/django (github.com)
- Added #34277 – Add Conditional WHERE Clause to bulk_create for SQLite and PostgreSQL by HamaBarhamou · Pull Request #17515 · django/django (github.com)
- Fixed #35364 – Stopped AdminEmailHandler rendering email unnecessarily. by adamchainz · Pull Request #18059 · django/django (github.com)
- Refs #35194 – Adjusted a generated field test to work on Postgres 15.6+. by charettes · Pull Request #18065 · django/django (github.com)
- Fixed #35189 – Render admin collapsible fieldsets with
<details>
. by MHLut · Pull Request #17910 · django/django (github.com)
Authored
- Fixed #35350 – Fixed save() with pk set on models with GeneratedFields. by sarahboyce · Pull Request #18058 · django/django (github.com)
- Made postgresql.tests.Tests.test_connect_pool less flakey by increasing timeout value. by sarahboyce · Pull Request #18061 · django/django (github.com)
Other/Misc
- Discussed resolution for Send mail throws UnicodeEncodeError under python 3.11.9 - Django Internals - Django Forum (djangoproject.com)
- Onboarding meeting with Natalia (now setup to push changes to other people’s branches and backport)
- Backported a few commits