django-planet

What's new in Django community blogs?

EuroPython 2025

July 15, 2025 » Paolo Melchiorre » [Archived Version]

EuroPython is the official European conference for the Python programming language.

Read More

Building a Multi-tenant App with Django

June 25, 2025 » TestDriven.io » [Archived Version]

This tutorial looks at how to implement multi-tenancy in Django.

Read More

Disable runserver warning in Django 5.2

June 24, 2025 » Anže’s Blog » [Archived Version]

Django 5.2 added a new warning that shows up when you start your development server with python manage.py runserver:

Read More

Django: Introducing inline-snapshot-django

June 23, 2025 » Adam Johnson » [Archived Version]

I recently released a new package called inline-snapshot-django. It’s a tool for snapshot testing SQL queries in Django projects, described shortly. Snapshot testing and inline-snapshot inline-snapshot-django builds on top of the excellent inline-snapshot, a nifty snapshot testing library. Snapshot testing is a type of testing that compares a result …

Read More

Django News - Python 3.14.0 beta 3 - Jun 20th 2025

June 20, 2025 » Django News » [Archived Version]

News DSF member of the month - Elena Williams Elena Williams, Django community stalwart and DSF Code of Conduct WG member, reflects on her contributions, favorite Django features, and community leadership. djangoproject.com International Travel to DjangoCon US 2025 Are you attending DjangoCon US 2025 in Chicago, Illinois, but you are not from US and need some travel information? Here are some things to consider when planning your trip. …

Read More

DSF member of the month - Elena Williams

June 17, 2025 » The Django weblog » [Archived Version]

For June 2025, we welcome Elena Williams as our DSF member of the month! ⭐ Elena is a dedicated member of the Django community. She is part of the Code of Conduct Working Group and she is a Django Girls organizer in Australia. She has been a DSF member since July 2014. You can learn more about Elena by visiting Elena's website and her GitHub Profile. Let’s spend some time getting to know Elena better! Can you tell us a little about yourself (hobbies, education, etc) My background is that I wa…

Read More

Django News - New Django Fellow Position! - Jun 13th 2025

June 13, 2025 » Django News » [Archived Version]

News DSF calls for applicants for a Django Fellow DSF invites experienced Django developers to apply for a new Django Fellow position focused on framework maintenance, mentoring, and security oversight. djangoproject.com Django bugfix releases issued: 5.2.3, 5.1.11, and 4.2.23 Django issues bugfix releases for 5.2.3, 5.1.11, and 4.2.23 to finalize mitigation for potential log injection using safer logging practices. djangoproject…

Read More

The currency of open-source

June 11, 2025 » Better Simple » [Archived Version]

In this post, I explore how open-source communities can motivate their membership by utilizing recognition as a currency.

Read More

Django bugfix releases issued: 5.2.3, 5.1.11, and 4.2.23

June 10, 2025 » The Django weblog » [Archived Version]

Following the June 4, 2025 security release, the Django team is issuing releases for Django 5.2.3, Django 5.1.11, and Django 4.2.23 to complete mitigation for CVE-2025-48432: Potential log injection via unescaped request path (full description). These follow-up releases migrate remaining response logging paths to a safer logging implementation, ensuring that all untrusted input is properly escaped before being written to logs. This update does not introduce a new CVE but strengthens the origina…

Read More

Autogenerating og:images with Jekyll

June 10, 2025 » Anže’s Blog » [Archived Version]

This blog has been a static site powered by Jekyll for over 13 years, and I’ve been happy with the setup. After all this time, I still enjoy using my code editor to write new posts and git commit and git push to publish them.

Read More