RepoJournal
Django

@django

Python's batteries-included web framework

Keep up with Django in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Python Full archive →

The Wire · Showcase

DJANGO PATCHES COOKIE SECURITY FLAW, CLEANS UP DEPRECATION DEBT

By RepoJournal · Filed · About Django

Django moved fast on CVE-2026-6873, shifting the deprecation timeline for SIGNED_COOKIE_LEGACY_SALT_FALLBACK as the framework tightens its security posture.

The cookie vulnerability fix [1] lands alongside a broader cleanup of deprecation warnings that have been cluttering the codebase. Django removed asgiref coroutine detection shims from tests [2], a follow-up to earlier refactoring that modernizes how the framework handles async operations. Three additional deprecation notices hit the wire in quick succession: select_related() called without arguments [3] now properly warns developers before it becomes an error, the safe parameter in JSONResponse [4] got its missing deprecation banner, and a smaller but useful fix made Action directly importable from django.contrib.admin [5], reducing boilerplate imports across admin customizations. This is standard Django housekeeping, but the cookie security move signals the team is tightening controls on legacy fallbacks.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Refs CVE-2026-6873 -- Moved deprecation note for SIGNED_COOKIE_LEGACY_SALT_FALLBACK. django/django
  2. [2] Refs #34118 -- Removed further asgiref coroutine detection shims in tests. django/django
  3. [3] Refs #36593 -- Added missing deprecation note for select_related() with no arguments. django/django
  4. [4] Refs #36905 -- Added missing deprecation note for safe parameter of JSONResponse. django/django
  5. [5] Fixed #37176 -- Made Action importable from django.contrib.admin. django/django

Quick answers

What shipped in Django on June 18, 2026?
Django moved fast on CVE-2026-6873, shifting the deprecation timeline for SIGNED_COOKIE_LEGACY_SALT_FALLBACK as the framework tightens its security posture. In total, 6 commits and 4 pull requests landed.
What were the notable Django updates?
Refs CVE-2026-6873 -- Moved deprecation note for SIGNED_COOKIE_LEGACY_SALT_FALLBACK, Refs #34118 -- Removed further asgiref coroutine detection shims in tests, and Refs #36593 -- Added missing deprecation note for select_related() with no arguments.

More from @django

Daily updates, in your inbox

Follow Django

Keep up with Django in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.