Week ending 2026-08-02 (Week 31)
Focus of the week was mostly around helping finalize the security release and reviewing the GSOC Selenium to Playwright migration (which is looking in good shape!).
Triaged
- #37231 (Expand the “How to delete a Django application” guide) – Django (wontfix)
- #37233 (Admin renders a sort control for every "__str__" column) – Django (accepted)
- #37234 (bulk_create fails when related objects got PKs later) – Django (accepted)
- #37235 (--debug-sql prints SQLParseError instead of falling back to unformatted SQL) – Django (accepted)
- #37239 (Saving related objects with generated primary keys doesn't update assigned relations) – Django (accepted)
- #37238 (save() falls back to python default even when DatabaseDefault instance is assigned) – Django (duplicate)
- #37241 (Remove bidirectional Unicode control characters (CVE-2021-42574) from locale format files) – Django (invalid)
- #37240 (simplify_regex() produces corrupted output for URL patterns with multiple unnamed capture groups) – Django (accepted)
Reviewed
- Fixed #20023 -- Added custom validation example for admin inlines. by joseanoxp · Pull Request #21608 · django/django · GitHub
- Fixed #37198 -- Fixed content_disposition_header() quoting of filenames ending with newlines. by vishy0 · Pull Request #21583 · django/django · GitHub
- Fixed #37194 -- Removed redundant choice widget documentation. by maheen8q · Pull Request #21579 · django/django · GitHub
- Fixed #37239 -- Cleared stale db_default when pk comes from related object expression. by jacobtylerwalls · Pull Request #21694 · django/django · GitHub
- Fixed #37233 -- Prevented sort controls for unordered __str__ admin columns. by AKSHATSPAR · Pull Request #21679 · django/django · GitHub
- Fixed #27752 -- Fixed ordering by Model.__str__ in the admin. by VIZZARD-X · Pull Request #20488 · django/django · GitHub
- Fixed PR number lookup in coverage comment workflow. by jacobtylerwalls · Pull Request #21695 · django/django · GitHub
- Fixed #37240 -- Fixed simplify_regex() with multiple unnamed groups. by SEPURI-SAI-KRISHNA · Pull Request #21698 · django/django · GitHub
- Fixed #37240 -- Fixed simplify_regex() with multiple unnamed groups. by SEPURI-SAI-KRISHNA · Pull Request #21700 · django/django · GitHub
- https://github.com/django/django/pull/21596
- Removed advice to include ticket numbers in tests. by jacobtylerwalls · Pull Request #21706 · django/django · GitHub
- Fixed #37238 -- Fixed unintentional fallback to python default for a db_default. by jacobtylerwalls · Pull Request #21693 · django/django · GitHub
Authored
Other/Misc
- Engaged in 4 security reports
- GSOC project catch up