Week ending 2025-06-22 (Week 25)
There was another bank holiday on the Thursday ![]()
Triaged
- #36467 (Remove leading whitespace in value of Set-Cookie header in wsgi handler) – Django (needsinfo → accepted)
- #36469 (Style update for development version warning banner in documentation) – Django (wontfix)
- https://code.djangoproject.com/ticket/36471 (accepted)
- https://code.djangoproject.com/ticket/36472 (accepted)
- https://code.djangoproject.com/ticket/27351 (wontfix)
Reviewed
- Fixed #36447 -- Only considered quality when selecting preferred media type. by RealOrangeOne · Pull Request #19553 · django/django · GitHub
- Fixed #36464 -- Fixed tuple in subquery lookup when missing native support. by charettes · Pull Request #19565 · django/django · GitHub
- Fix typo by Dimaz55 · Pull Request #19568 · django/django · GitHub
- Fixed #36465 -- Disallowed '+' and '-' characters in template variable names. by haileyajohnson · Pull Request #19567 · 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
- Fixed #36467 -- Removed leading whitespaces from Set-Cookie header values in WSGIHandler. by lukas-komischke-ameos · Pull Request #19570 · django/django · GitHub
- Fixed #36466 -- Removed the GeneratedField restriction from the E042 check. by shangxiao · Pull Request #19569 · django/django · GitHub
- Fixed #36437 -- Improved accessibility of messages in admin by michalpokusa · Pull Request #19526 · django/django · GitHub
- Clarified that only latest dependency versions are valid for security reports. by RealOrangeOne · Pull Request #19571 · django/django · GitHub
- https://github.com/django/django/pull/18966
- Fixed #36460 -- Improve accessibility and add new feature to column sorting in admin ChangeList. by Antoliny0919 · Pull Request #19564 · django/django · GitHub
- Fixed #35595, #35962 -- Removed indexes and constraints before fields in migrations. by wookkl · Pull Request #19361 · django/django · GitHub
- Fixed #36152 -- Deprecated use of "%" in column aliases. by jacobtylerwalls · Pull Request #19187 · django/django · GitHub
- Fixed #36235 -- Fixed RelatedManager queryset losing related instance in `get_or_create()` and `update_or_create()`. by JaeHyuckSa · Pull Request #19241 · django/django · GitHub
- Fixed #32340 -- Added documentation about communicating form field format requirements to users. by Jordan-Boulton1 · Pull Request #19259 · django/django · GitHub
- Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash, IsValid on MariaDB 12.0.1+. by felixxm · Pull Request #19578 · django/django · GitHub
- Fixed #35305 -- Avoided recreating constraints on fields renamed via db_column. by jacobtylerwalls · Pull Request #19543 · django/django · GitHub
- Fixed #36445 -- Ensured Value(None, output_field=JSONField()) is saved as JSON null in bulk_update() by GoyalRocks007 · Pull Request #19546 · django/django · GitHub
- Removed @skipUnlessDBFeature silencing of nonexistent features. by timgraham · Pull Request #19581 · django/django · GitHub
- https://github.com/django/django/pull/19529
- Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin. by michalpokusa · Pull Request #19465 · django/django · GitHub
- Fixed #35728 -- Computed error messages in assertions only on test failures. by cliffordgama · Pull Request #19402 · django/django · GitHub
Authored
Other/Misc
- Set up mssql-django in order to test Fixed #36464 -- Fixed tuple in subquery lookup when missing native support. by charettes · Pull Request #19565 · django/django · GitHub against SQL server