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-23
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

DJANGO 6.1 SUPPORT DATES SET AS DOCUMENTATION CLEANUP CONTINUES

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

Django pins end-of-support windows for 6.1 while the core team documents shared features between ModelAdmin and InlineModelAdmin.

The Django team added expected end of support dates for 6.1 [1], clarifying the maintenance window for the latest stable release. On the documentation front, James Aylett expanded the InlineModelAdmin reference guide [2] with additional shared options that mirror ModelAdmin's capabilities, "a small number that seem most useful as references back to the ModelAdmin explanations" [2]. In parallel infrastructure work, djangoproject.com shipped a new delete_unactivated_users management command [3] to handle spam user cleanup, while djangogigs.com went live with BSD 3-Clause licensing and DNS configuration [4] [5]. Across the three repos, 6 commits and 2 PRs landed in this cycle, all routine maintenance and documentation improvements with no breaking changes.

Quick answers

What shipped in Django on July 23, 2026?
Django pins end-of-support windows for 6.1 while the core team documents shared features between ModelAdmin and InlineModelAdmin. In total, 6 commits and 2 pull requests landed.
Who contributed to Django on July 23, 2026?
4 developers shipped this update, including James Aylett, Jacob Walls, Jeff Triplett, and tobiasmcnulty.
What were the notable Django updates?
Added expected end of support dates for 6.1, Fixed #36925 -- Noted more InlineModelAdmin options, and Added `delete_unactivated_users` management command.