Django Fellow Report - Jacob - 2026

Week ending 2026-03-22 (Week 12)

Easy to miss in the release notes (as we only described the user-facing changes for edge cases), but last week we landed (with great joy :tada:) @charettes’ defense-in-depth measure for the ORM that ensures user-provided aliases are always quoted.

In addition to the below, another steady week advancing pending security reports.

Reviewed
Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs. by prafulgulani · Pull Request #20685 · django/django · GitHub
Fixed #36949 -- Ensured <select> elements rendered inside fieldsets have an associated label. by bhuvnesh-nama · Pull Request #20933 · django/django · GitHub
Fixed #36926 -- Made admin use boolean icons for related BooleanFields in list_display by Huwaiza · Pull Request #20718 · django/django · GitHub
https://github.com/django/django/pull/20903
Fixed #36939 -- Avoided weakref.finalize in Signal.connect(). by vastus · Pull Request #20754 · django/django · GitHub
Fixed `#15759` - Excluded formset fields by per-object permissions by artirix1927 · Pull Request #19743 · django/django · GitHub
https://github.com/django/django/pull/20587
https://github.com/django/django/pull/18805
Fixed #36799 -- Added a how-to guide for testing pre-releases. by VIZZARD-X · Pull Request #20938 · django/django · GitHub
Fixed #36938 -- Removed unnecessary ORDER BY from UNION components in subqueries on Oracle. by HarishBonu0 · Pull Request #20850 · django/django · GitHub
Fixed #20562 -- Document how to use Django ORM with multiprocessing. by Australia19-11-2023 · Pull Request #20886 · django/django · GitHub
https://github.com/django/django/pull/20792
Fixed #36904 -- Clarified how to hide form field labels in docs. by aadeina · Pull Request #20654 · django/django · GitHub
Refs #36863 -- Described caveats for async usage. by Arfey · Pull Request #20949 · django/django · GitHub
Fixed #36960 -- Enabled the use of psycopg 3's optimized timestamp loader. by akx · Pull Request #20911 · django/django · GitHub
Misc
Engaged in security reports
Fellows weekly sync
4 Likes