π° Django News - Django 2024 Annual Impact Report and Django 5.2.4 - Jul 4th 2025
π° Django News - Django 2024 Annual Impact Report and Django 5.2.4 - Jul 4th 2025
[Articles] Native connection pooling in Django 5 with PostgreSQL
Django 5 adds native PostgreSQL connection pooling via OPTIONS pool=True in DATABASES, eliminating external tools like PgBouncer and delivering over fivefold performance gains. #djangonews
https://www.peterbe.com/plog/native-connection-pooling-django-5-pg
[DjangoCon Videos] KEYNOTE Django for Data Science: Deploying Machine Learning Models with Django - Will Vincent
Comes with a demo website and GitHub repos with source code for the ML model and Django website. #djangonews
[Articles] How to Migrate your Python & Django Projects to uv
Migrate Django projects from requirements files to uv by defining dependencies in pyproject.toml, syncing environments locally, in Docker, and CI with pre-commit integration. #djangonews
https://www.caktusgroup.com/blog/2025/06/11/migrating-python-django-projects-uv/
[Articles] Markdown Virtual Table: Implementing SELECT
Demonstrates using custom Django schema editor hooks to register a Rust-based SQLite virtual table for Markdown content and frontmatter as unmanaged models. #djangonews
https://paultraylor.net/blog/2025/markdown-virtual-table-select/
I have been continuing my earlier virtual table prototype and it is slowly coming along. I uploaded a version to codeberg while I was debugging python packaging. I do not have it quite working right, but I think I will be using setuptools-rust for now (pr ). This post is partly to help document what I have discovered over time so will not be complete code examples in every case. In the future I will be uploading the project to Codeberg and later to PyPi. Most of my rust code is likely not great, so would appreciate a mentor!
[Projects] charettes/django-fk-constraint
Django app providing a foreign key constraint support multiple fields. #djangonews
[Articles] Switching pip to uv in a Dockerized Flask / Django App
Switch from pip to uv in Dockerized Django apps to replace requirements.txt with pyproject.toml, leverage uv lock/sync commands for faster, deterministic builds. #djangonews
https://nickjanetakis.com/blog/switching-pip-to-uv-in-a-dockerized-flask-or-django-app
[Podcasts] Abstractions: Perverse Cargo Cult
Django made the Abstractions podcast this week with their guidance on AI-assisted security reports commit. #djangonews
[Articles] Django: Introducing inline-snapshot-django
Inline snapshot Django provides snapshot testing of SQL queries in Django tests, automating fingerprint capture and inline updates with a Rust-based SQL fingerprinting engine. #djangonews
https://adamj.eu/tech/2025/06/24/django-introducing-inline-snapshot-django/
[Projects] django-wiki/django-nyt
Notification system for Django with batteries included: Email digests, user settings, JSON API. #djangonews