Week ending 2026-05-24 (Week 21)
As we had the feature freeze
focused on a few feature PRs I had prioritized for 6.1 ![]()
Triaged
- #37104 (Naive timestamps used in migrations should reference the same timezone) – Django (accepted)
- #37103 (HttpRequest.body raises ValueError for malformed CONTENT_LENGTH) – Django (accepted)
- #37106 (pylibmc install fails from tests requirements on Python 3.12+ without libmemcached installed) – Django (accepted)
- #37109 (Suppress KeyboardInterrupt traceback in dbshell) – Django (accepted)
- #11379 (MAX_ENTRIES of cache backend should not be required) – Django (reopened)
- #37112 (Allow setting `MAX_ENTRIES` in `OPTIONS` of cache backend to `None`) – Django (duplicate)
- https://code.djangoproject.com/ticket/37110 (accepted)
- #37113 (Don't let cache backends swallow explicit errors in cache arguments) – Django (needsnewfeatureprocess)
- https://code.djangoproject.com/ticket/37108 (accepted)
- #37107 (Request META key `REMOTE_ADDR` not set anywhere in wsgi applications) – Django (invalid)
Reviewed
- Fixed #37103 -- Made HttpRequest.body tolerate malformed CONTENT_LENGTH. by Lier0102 · Pull Request #21300 · django/django · GitHub
- Fixed #25656 -- Removed link from recent actions when user has no perms. by artirix1927 · Pull Request #21169 · django/django · GitHub
- Fixed #37108 -- Made DjangoJSONEncoder consistently omit .000 microseconds by SnippyCodes · Pull Request #21340 · django/django · GitHub
- https://github.com/django/dsf-working-groups/pull/56
Authored
- #37105 (Admin change form actions should only allow applying to object from the change form) – Django
- Fixed #37105 -- Disallowed admin change form actions against objects that are not the change form object. by sarahboyce · Pull Request #21306 · django/django · GitHub
- Added advancing deprecations to preparing for next release instructions. by sarahboyce · Pull Request #21342 · django/django · GitHub
Other/Misc
- Engaged in 6 security reports
- Meeting with Weblate
- Sent a summary of the security reports of the week
- GSoC meeting with mentee
- Pushed updates to security team charter PR