πŸ“° Django News - Django 2024 Annual Impact Report and Django 5.2.4 - Jul 4th 2025

https://django-news.com/issues/292

#Python #Django #DjangoNews

Django 2024 Annual Impact Report and Django 5.2.4

2024 Impact Report Released, Django 5.2.4, and Content Security Policy Finally Lands

[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

Native connection pooling in Django 5 with PostgreSQL - Peterbe.com

Enabling native connection pooling in Django 5 gives me a 5.4x speedup.

[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

https://djangotv.com/videos/djangocon-europe/2025/djangocon-europe-25-keynote-django-for-data-science-deploying-machine-learning-models-with-django/

Django for Data Science: Deploying Machine Learning Models with Django

Keynote: Django for Data Science: Deploying Machine Learning Models with Django by William Vincent https://pretalx.evolutio.pt/djangocon-europe-2025/talk/STZPLT/

DjangoTV.com

[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/

How to Migrate your Python & Django Projects to uv | Caktus Group

Migrating an existing project to 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/

Markdown Virtual Table: Implementing 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!

PaulTraylor.net

[Projects] charettes/django-fk-constraint

Django app providing a foreign key constraint support multiple fields. #djangonews

https://github.com/charettes/django-fk-constraint

GitHub - charettes/django-fk-constraint: Django app providing a foreign key constraint support multiple fields

Django app providing a foreign key constraint support multiple fields - charettes/django-fk-constraint

GitHub

[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

Switching pip to uv in a Dockerized Flask / Django App β€” Nick Janetakis

I noticed about a 10x speed up across a number of projects, we'll avoid using a venv and run things as a non-root user too.

Nick Janetakis

[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/

Django: Introducing inline-snapshot-django - Adam Johnson

I recently released a new package called inline-snapshot-django. It’s a tool for snapshot testing SQL queries in Django projects, described shortly.

[Projects] django-wiki/django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API. #djangonews

https://github.com/django-wiki/django-nyt

GitHub - django-wiki/django-nyt: Notification system for Django with batteries included: Email digests, user settings, JSON API

Notification system for Django with batteries included: Email digests, user settings, JSON API - django-wiki/django-nyt

GitHub