Django 6.0 released

Post Syndicated from jake original https://lwn.net/Articles/1049111/

The Django Python web
framework project has announced
the release of Django 6.0
including many new features, as can be seen in
the release
notes
. Some highlights include template partials for modularizing
templates, a flexible task framework for running background tasks, a
modernized email API, and a Content
Security Policy
(CSP) feature that provides the ability to “easily configure and enforce browser-level security policies to protect against content injection“.