Week ending 2025-03-30 (Week 13)
Triaged
- #36272 ([MacOS] geoip aka libgeoip disabled on 2024-12-12) – Django (accepted)
- #36276 (Omit size=None from ArrayField.deconstruct()) – Django (accepted)
- #36277 (Add GeneratedField(db_persist=False) support on PostgreSQL 18+) – Django (someday/maybe)
- #36279 (translatable path without a name attribute does not translate in django.urls.base.translate_url) – Django (accepted)
- #36280 (Replace cm.exception.messages with assertRaisesMessage() in tests) – Django (accepted)
Reviewed
- https://github.com/django/django/pull/19124
- Fixed #36271 -- Raised TemplateSyntaxError when using a relative template path with an unknown origin. by YogyaChugh · Pull Request #19295 · django/django · GitHub
- Fixed #35790 - Added warning for non whitespace text outside {% extends %} tag by YogyaChugh · Pull Request #19302 · django/django · GitHub
- https://github.com/django/django/pull/19300
- https://github.com/django/django/pull/19289
- Fixed #36276 -- Omitted size=None from ArrayField.deconstruct(). by timgraham · Pull Request #19306 · django/django · GitHub
- Fixed #36260 -- Made bulk_create() work with DB-generated primary keys. by mitya57 · Pull Request #19277 · django/django · GitHub
- Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument. by JasonLovesDoggo · Pull Request #19281 · django/django · GitHub
- Fixed #34819 -- Allowed GenericForeignKey to prefetch using prepped primary keys. by cliff688 · Pull Request #19273 · django/django · GitHub
- Fixed #36247 Changed the log severity to warning by Hesham942 · Pull Request #19261 · django/django · GitHub
- Fixed #34917 -- Underlined the 'a' tags in the main content area of the admin. by Antoliny0919 · Pull Request #18958 · django/django · GitHub
- Refs #34619 -- Corrected selector description in the admin. by felixxm · Pull Request #19310 · django/django · GitHub
- Refs #36175 -- Refactor admin to use querystring template tag. by Antoliny0919 · Pull Request #19212 · django/django · GitHub
- Polished security checklist generation (3 commits). by nessita · Pull Request #4 · nessita/checklist-generator · GitHub
- Fixed #36230 -- Improved blockquote contrast in admin docs. by Jordan-Boulton1 · Pull Request #19268 · django/django · GitHub
- Fixed #36192 -- Used semantic HTML for buttons. by Phinart98 · Pull Request #19283 · django/django · GitHub
- Fixed #36239 -- Fixed a crash in ManyToManyField.through_fields check when to model is invalid. by JaeHyuckSa · Pull Request #19255 · django/django · GitHub
- Two small fixes: optional FK in SecurityIssue and better display of blog description. by nessita · Pull Request #6 · nessita/checklist-generator · GitHub
- Add publication of CVEs to CVE program as a release step by mprpic · Pull Request #5 · nessita/checklist-generator · GitHub
- Doc'd how to use Intersphinx in the reusable apps tutorial. by carltongibson · Pull Request #19297 · django/django · GitHub
- Refs #34619 -- Fixed labels width in FilteredSelectMultiple in the admin. by felixxm · Pull Request #19313 · django/django · GitHub
- Fixed #36265 -- Added serialization support for ZoneInfo objects in migrations. by Song-Junho97 · Pull Request #19314 · django/django · GitHub
Authored
- Removed previous array field imports/dependencies. by sarahboyce · Pull Request #3 · nessita/checklist-generator · GitHub
- [5.1.x] Pinned black == 24.10.0 in GitHub actions, pre-commit and test requirements. by sarahboyce · Pull Request #19307 · django/django · GitHub
- [5.0.x] Pinned black == 24.10.0 in GitHub actions, pre-commit and test requirements. by sarahboyce · Pull Request #19308 · django/django · GitHub
- [5.2.x] Updated translations from Transifex. by sarahboyce · Pull Request #19311 · django/django · GitHub
Other/Misc
- Feedback of GSoC: GSoC 25 Proposal Draft: Automate Processes Within Django Contribution Workflow - #6 by sarahboyce
- Prepped for upcoming security release
- Engaged in security reports