126 wires and counting

$ follow Django

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

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-02
stories 4

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

DJANGO DOCS OVERHAUL FIXES EMAIL INJECTION GAPS AND BUILD PIPELINE

By RepoJournal · Filed · About Django · Composed from the cited sources · methodology

Django's documentation team shipped critical updates to email safety guidance while fixing a broken docs build pipeline that's been blocking releases.

The core docs got a significant refresh on email handling [1][2], reworking the outdated "Preventing header injection" section with new guidance on safely formatting email addresses with variable display names to block injection attacks. The update clarifies what Django itself prevents (CRLF injection via Python) versus what developers need to handle in their own code. Meanwhile, the djangoproject.com build pipeline was failing because Django core removed the custom "djangohtml" Sphinx builder [3], leaving the docs update_docs management command broken on release builds. The site's maintainers switched to the standard HTML builder to fix the blockage. Both changes landed within 24 hours, suggesting the docs team is working in tight coordination with core.

Quick answers

What shipped in Django on July 2, 2026?
Django's documentation team shipped critical updates to email safety guidance while fixing a broken docs build pipeline that's been blocking releases. In total, 2 commits and 2 pull requests landed.
Who contributed to Django on July 2, 2026?
2 developers shipped this update, including medmunds and nessita.
What were the notable Django updates?
Fixed #34753 -- Extended security and safety remarks in email topics docs, Fixed #34753 -- Updated documentation on email safety, and Fixed #2685 -- Switched update_docs management command to use html builder.