July 15, 2025 » Paolo Melchiorre » [Archived Version]
EuroPython is the official European conference for the Python programming language.
Read MoreMay 28, 2025 » Paolo Melchiorre » [Archived Version]
PyCon Italia is the national conference where professionals, researchers and enthusiasts of the most beautiful programming language gather together.
Read MoreApril 22, 2025 » Paolo Melchiorre » [Archived Version]
DjangoCon Europe is an international conference for the community by the community about the Django web framework, held each year in Europe.
Read MoreApril 7, 2025 » Josh Karamuth » [Archived Version]
Learn how programmers are evolving from coders to AI guides—see a Python example proving why human expertise still matters.
Read MoreApril 6, 2025 » Adam Johnson » [Archived Version]
Django 5.2 was released last Wednesday, another exciting step forward for our favourite web framework. It comes with a composite of new features, contributed to by many, some of which I am happy to have helped with. Below is my pick of highlights from the release notes. If you …
Read MoreApril 4, 2025 » Django News » [Archived Version]
News Django 5.2 released Django 5.2 is released! A few highlights are: All models are automatically imported in the shell by default. Composite primary keys support. Overriding a BoundField got a lot easier And much, much more. Read the full release notes for all the details. djangoproject.com Django security releases issued: 5.1.8 and 5.0.14 A security fix for a potential denial-of-service vulnerability. djangoproject.com …
Read MoreApril 2, 2025 » The Django weblog » [Archived Version]
The Django team is happy to announce the release of Django 5.2. The release notes showcase a composite of new features. A few highlights are: All models are automatically imported in the shell by default. Django now supports composite primary keys! The new django.db.models.CompositePrimaryKey allows tables to be created with a primary key consisting of multiple fields. Overriding a BoundField got a lot easier: this can now be set on a form, field or project level. You can get Django 5.2 from …
Read MoreApril 2, 2025 » The Django weblog » [Archived Version]
In accordance with our security release policy, the Django team is issuing releases for Django 5.1.8 and Django 5.0.14. These releases address the security issues detailed below. We encourage all users of Django to upgrade as soon as possible. CVE-2025-27556: Potential denial-of-service vulnerability in LoginView, LogoutView, and set_language() on Windows Python's NFKC normalization is slow on Windows. As a consequence, django.contrib.auth.views.LoginView, django.contrib.auth.views.LogoutView,…
Read MoreApril 2, 2025 » Better Simple » [Archived Version]
DjangoCon US 2025 is accepting talk proposals for a few more weeks. If folks are on the fence about submitting a talk, here are some ideas that I would personally be interested in.
Read MoreMarch 29, 2025 » james.walters.click » [Archived Version]
There's a post that's a couple of years old called "Any updates?". I saw it recently in Django News, but I think I've seen it before. It basically discourages you from commenting on GitHub Issues with "Any updates?" since 1) if there were any, they would be in the issue …
Read More