django-planet

What's new in Django community blogs?

DjangoCon Europe 2026 call for organizers completed

Nov. 24, 2024 » The Django weblog » [Archived Version]

The DjangoCon Europe 2026 call for organizers is now over. We’re elated to report we received three viable proposals, a clear improvement over recent years. We’ll let the successful team decide when and how to make their announcement, but in the meantime – thank you to everyone who took part in this process ❤️ We’re elated to have such a strong community in Europe. And for now, look forward to DjangoCon Europe 2025 in Dublin, Ireland! 🍀 What about 2027? We’re not ready to plan that yet, but if …

Read More

Django News - 2025 DSF Board Results - Nov 22nd 2024

Nov. 22, 2024 » Django News » [Archived Version]

News Announcing the 6.x Django Steering Council elections 🚀 The Django Software Foundation has announced early elections for the 6.x Steering Council to address technical governance challenges and guide the project's future direction. djangoproject.com Django Channels 4.2.0 Release Notes Channels 4.2 adds enhanced async support, including improved handling of database connections, compatibility with Django 5.1, and various bug fixes and im…

Read More

Huey Background Worker - Building SaaS #207

Nov. 22, 2024 » Django on Matt Layman » [Archived Version]

In this episode, I continued a migration of my JourneyInbox app from Heroku to DigitalOcean. I switched how environment configuration is pulled and converted cron jobs to use Huey as a background worker. Then I integrated Kamal configuration and walked through what the config means.

Read More

2024 Django Developers Survey

Nov. 21, 2024 » The Django weblog » [Archived Version]

The DSF is once again partnering with JetBrains to run the 2024 Django Developers Survey 🌈 Please take a moment to fill it out! It should only take about 10 minutes to complete. It’s an important metric of Django usage, and is immensely helpful to guide future technical and community decisions. Take the survey The survey will be open until December 21st, 2024. After the survey is over, we will publish the aggregated results. JetBrains will also randomly choose 10 winners (from those who complet…

Read More

Announcing the 6.x Steering Council elections 🚀

Nov. 21, 2024 » The Django weblog » [Archived Version]

Today, we’re announcing early elections for the Django Software Foundation Steering Council over the 6.x Django release cycle. Elected members will be on the Steering Council for two years, from the end of those elections in December, until April 2027 with the scheduled start of the Django 7.x release cycle. Why we have early elections The DSF Board of Directors previously shared Django’s technical governance challenges, and opportunities. Now that the Board elections are completed, we’re ready…

Read More

Django: find ghost tables without associated models

Nov. 21, 2024 » Adam Johnson » [Archived Version]

Heavy refactoring of models can leave a Django project with “ghost tables”, which were created for a model that was removed without any trace in the migration history. Thankfully, by using some Django internals, you can find such tables. Use the database introspection methods table_names() to list all tables and …

Read More

Weeknotes (2024 week 47)

Nov. 20, 2024 » Matthias Kestenholz: Posts about Django » [Archived Version]

Weeknotes (2024 week 47) I missed a single co-writing session and of course that lead to four weeks of no posts at all to the blog. Oh well. Debugging I want to share a few debugging stories from the last weeks. Pillow 11 and Django’s get_image_dimensions The goal of django-imagefield was to deeply verify that Django and Pillow are able to work with uploaded files; some files can be loaded, their dimensions can be inspected, but problems happen later when Pillow actually tries resizing or…

Read More

Steering Council 6.x Thoughts

Nov. 20, 2024 » Better Simple » [Archived Version]

Inside are ideas on things the Steering Council I would like to attempt if elected next term.

Read More

Introducing DjangoVer

Nov. 18, 2024 » James Bennett » [Archived Version]

Version numbering is hard, and there are lots of popular schemes out there for how to do it. Today I want to talk about a system I’ve settled on for my own Django-related packages, and which I’m calling “DjangoVer”, because it ties the version number of a Django-related package to the latest Django version that package supports. But one quick note to start with: this is not really “introducing” the idea of DjangoVer, because I know I’ve used the name a few times already in other places. I’…

Read More

Django-related Deals for Black Friday 2024

Nov. 18, 2024 » Adam Johnson » [Archived Version]

Here are some Django-related deals for this year’s Black Friday (29th November) and Cyber Monday (1st December), including my own. I’ll keep this post up to date with any new deals I learn about. If you are also a creator, email me with details of your offer and …

Read More