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 FIXES LOCALIZATION BUG ON DJANGOPROJECT.COM, MONGODB COMPATIBILITY ISSUE IN CORE

By RepoJournal · Filed · About Django

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.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fixing formatting on Code of Conduct translate tags ↗ django/djangoproject.com
  2. [2] fixing formatting on Code of Conduct translate tags django/djangoproject.com
  3. [3] Update initial header level in BLOG_DOCUTILS_SETTINGS to 2 (#2609) django/djangoproject.com
  4. [4] Removed integer pk assumption from file_uploads test. ↗ django/django
  5. [5] Results for ubuntu-latest added [skip ci] django/django-asv

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).

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?