Week ending 2025-06-15 (Week 24)
Bank holiday on Monday ![]()
Triaged
- #36450 (View source code links in docs are broken in some places) – Django (accepted)
- #36452 (DomainNameValidator forbids digits in TLDs) – Django (needsinfo)
- #36455 (Cache backends delegate async methods to BaseCache implementations instead of using the backend's native support for incr(), get_many(), etc..) – Django (invalid)
- https://code.djangoproject.com/ticket/36457 (wontfix)
- #36456 (Improve content type negotiation for 500 response) – Django (accepted)
- https://code.djangoproject.com/ticket/36458 (accepted)
- #36459 (Improve accessibility of the buttons inside the AdminDateWidget dialog using ARIA attributes) – Django (accepted)
- #36460 (Improve accessibility of column sort buttons on admin changelist page) – Django (accepted)
- https://code.djangoproject.com/ticket/36462 (wontfix)
- #36461 (Sort keys in staticfiles.json to support reproducible builds) – Django (duplicate)
Reviewed
- Fixed #36449 -- Fixed field types in example model using ForeignObject. by jacobtylerwalls · Pull Request #19540 · django/django · GitHub
- Fixed #36425 -- Standardized integer fields descriptions. by junghwan16 · Pull Request #19516 · django/django · GitHub
- Fixed #36448 -- Fixed GeoDjango spelling in test_commands.py docstrings. by nakanoh · Pull Request #19537 · django/django · GitHub
- Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript. by claudep · Pull Request #18494 · django/django · GitHub
- Fixed #36421 -- Made test_msgfmt_error_including_non_ascii compatible… by jericho1050 · Pull Request #19530 · django/django · GitHub
- Fixed #35972 -- Fixed lookup crashes after subquery annotations. by jacobtylerwalls · Pull Request #19057 · django/django · GitHub
- Fixed #36442 -- Cloned FilteredRelation before rename_prefix_from_q. by mihalikv · Pull Request #19531 · django/django · GitHub
- Fixed #32770 -- Added system check to ensure `django.contrib.postgres` in `INSTALLED_APPS` when using its features. by cliffordgama · Pull Request #19480 · django/django · GitHub
- Removed default for app_configs from system check functions. by adamchainz · Pull Request #19262 · django/django · GitHub
- Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt. by ruvilonix · Pull Request #19554 · django/django · GitHub
- Fixed #36447 -- Only considered quality when selecting preferred media type. by RealOrangeOne · Pull Request #19553 · django/django · GitHub
- Fixed #36433 -- Fixed constraint validation crash when condition uses a ForeignKey attname. by colleenDunlap · Pull Request #19535 · django/django · GitHub
- Fixed #36453 -- Made When.condition resolve with for_save=False. by cliffordgama · Pull Request #19555 · django/django · GitHub
- https://github.com/django/django/pull/19512
- https://github.com/django/django/pull/19405
Authored
- Added follow-up to CVE-2025-48432 to security archive. by sarahboyce · Pull Request #19550 · django/django · GitHub
- Added Fellow call for applicant banner. by sarahboyce · Pull Request #2092 · django/djangoproject.com · GitHub
- Corrected jsonfield fieldlookup references. by sarahboyce · Pull Request #19560 · django/django · GitHub
Other/Misc
- Released Django 5.2.3, 5.1.11, 4.2.23
- Added my interpretation of an RFC: Help wanted: Accept header interpretation - #3 by sarahboyce