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-05-03
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

DJANGO FIXES LOCALIZATION BUG ON DJANGOPROJECT.COM, MONGODB COMPATIBILITY ISSUE IN CORE

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

The Django website's Code of Conduct page is shipping with broken translation tags, while the framework itself removes an integer primary key assumption that broke MongoDB file uploads.

Djangoproject.com had a formatting regression in its Code of Conduct translate tags [1] that left `{% translate %}` markers in the rendered HTML instead of processing them into the actual title. This is getting fixed [2]. In the same repo, the documentation build pipeline also got a correction to header level handling in RST files [3], ensuring consistent heading hierarchy across blog posts regardless of format. Over in django/django, the test suite removed an integer primary key assumption from file uploads tests [4] that was incompatible with MongoDB's ObjectId type—a small but important fix for database agnostic testing. Performance benchmarking results are being added for ubuntu-latest builds [5] as part of ongoing CI work.

Quick answers

What shipped in Django on May 3, 2026?
The Django website's Code of Conduct page is shipping with broken translation tags, while the framework itself removes an integer primary key assumption that broke MongoDB file uploads. In total, 5 commits and 3 pull requests landed.
Who contributed to Django on May 3, 2026?
2 developers shipped this update, including dryan and timgraham.
What were the notable Django updates?
fixing formatting on Code of Conduct translate tags, fixing formatting on Code of Conduct translate tags, and Update initial header level in BLOG_DOCUTILS_SETTINGS to 2 (#2609).