Week ending 2025-08-24 (Week 34)
Triaged
- https://code.djangoproject.com/ticket/36561 (accepted)
- #36560 (When the Cache-Control header is set to no-store, the response is cached.) – Django (accepted)
- https://code.djangoproject.com/ticket/36566 (wontfix)
Reviewed
- https://github.com/0saurabh0/django/pull/6
- Fixed #36558, Refs #36366 -- Fixed the "show all" link in admin pagination to use the previous style. by Antoliny0919 · Pull Request #19747 · django/django · GitHub
- https://github.com/django/django/pull/19724
- https://github.com/django/django/pull/19522
- Fixed #36561 -- Used request.auser() in contrib.auth.aupdate_session_a… by Xdynix · Pull Request #19749 · django/django · GitHub
- Fixed #36560 -- Prevented UpdateCacheMiddleware from caching responses with Cache-Control 'no-cache' or 'no-store'. by mengxunQAQ · Pull Request #19748 · django/django · GitHub
- https://github.com/django/django/pull/19474
- Refs #35303 -- Made small optimizations in alogout() and aget_user(). by felixxm · Pull Request #19756 · django/django · GitHub
- Refs #35530 -- Corrected deprecation message in auth.alogin(). by felixxm · Pull Request #19752 · django/django · GitHub
- https://github.com/django/django/pull/18627
- Refs #36366 -- Fixed admin pagination mobile layout. by Antoliny0919 · Pull Request #19759 · django/django · GitHub
- Fixed failing bulk_create test raising IntegrityError when run in reverse. by nessita · Pull Request #19761 · django/django · GitHub
- Fixed #35831 -- Documented the model form meta API in model form reference docs. by mspirbhai · Pull Request #19758 · django/django · GitHub
- Fixed #36546 -- Deprecated `django.utils.crypto.constant_time_compare()` in favor of `hmac.compare_digest()`. by JaeHyuckSa · Pull Request #19745 · django/django · GitHub
- Refs #28094 -- Document using override_settings(CACHES) with cache_page on CBVs. by Prexa-Modi · Pull Request #19739 · django/django · GitHub
- Fixed #36556 -- Fixed TabularInline width overflowing the page. by Antoliny0919 · Pull Request #19733 · django/django · GitHub
- https://github.com/django/django/pull/19704
- Fixed #36251 -- Avoided mutating form Meta.fields in BaseInlineFormSet. by JaeHyuckSa · Pull Request #19744 · django/django · GitHub
- Refs #35967 -- Removed deprecation note from backwards incompatible changes in 6.0 release notes. by JaeHyuckSa · Pull Request #19763 · django/django · GitHub
Other/Misc
- Engaged in security topics
- In depth review of tasks PR, including documentation re-writes