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-08-04
stories 14

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

DJANGO ADDS FREE-THREADED PYTHON 3.14T TO POSTGIS CI

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

Django is validating free-threaded Python 3.14t against GIS tests, signaling serious commitment to the no-GIL future.

The PostGIS CI workflow now includes Python 3.14t [1], moving beyond basic compatibility checks to ensure geospatial functionality works under free threading. This follows earlier work to support no-GIL Python and represents a deliberate maturity check before Django declares full support [2]. In parallel, the team is tidying the API surface: fetch modes are getting renamed to FETCH_RAISE to prevent namespace confusion in django.db.models, since the bare RAISE name could collide with on_delete parameters [3]. Documentation fixes landed across the web properties [4], cleaning up dead FAQ links and broken anchors on the fundraising page that were reloading instead of navigating [5]. The django-localflavor project added Documentation, Issues, and Changelog links to its metadata [6], making it easier for tools like Renovate to surface updates and for contributors to report problems.

Quick answers

What shipped in Django on August 4, 2026?
Django is validating free-threaded Python 3.14t against GIS tests, signaling serious commitment to the no-GIL future. In total, 8 commits and 6 pull requests landed.
Who contributed to Django on August 4, 2026?
5 developers shipped this update, including Eric Holscher, smithdc1, jacobtylerwalls, Clifford Gama, and Jens Nistler.
What were the notable Django updates?
Added free-threaded Python 3.14t to PostGIS CI workflow, Added free-threaded Python 3.14t to PostGIS CI workflow, and Refs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.