1 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
Django 6.0 has been released, introducing several key features like modular template partials, a built-in task framework for background tasks, and an updated email API. With this release, Django 5.2 has reached the end of mainstream support, so users are encouraged to upgrade to stay secure. The final security release for Django 5.1 was issued recently, marking its end of support as well.
If you do, here's more
Django 6.0 has been officially released, introducing several new features aimed at improving development efficiency and security. Key updates include Template Partials, which allow developers to break templates into smaller, named segments for easier maintenance. This feature was part of a Google Summer of Code project led by Farhan Ali Raza under the mentorship of Carlton Gibson. Another significant addition is the Background Tasks framework, enabling code execution outside the standard HTTP request-response cycle, developed by Jake Howard.
In terms of security, Django 6.0 introduces a Content Security Policy (CSP) feature, making it simpler to set and enforce browser-level security measures against content injection risks, courtesy of Rob Hudson. The Email API has also been modernized, leveraging Python's EmailMessage class for a more streamlined and Unicode-friendly email handling experience, developed by Mike Edmunds.
With this release, Django 5.2 has reached the end of mainstream support, with its last minor update (5.2.9) rolled out just before the 6.0 launch. Users are encouraged to transition to version 6.0 to ensure they continue receiving updates, as Django 5.2 will only receive security and data loss fixes until April 2028. Meanwhile, Django 5.1 has also reached its end of extended support, with the final security update (5.1.15) issued on December 2, 2025, prompting users to upgrade to a supported version. For details on supported versions and future releases, the downloads page offers a comprehensive overview.
Questions about this article
No questions yet.