Django 4.0 released
The Django team is happy to announce the release of Django 4.0.
The release notes cover the abundance of new features in detail, but a few highlights are:
- The new RedisCache backend provides built-in support for caching with Redis.
- To ease customization of Forms, Formsets, and ErrorList they are now rendered using the template engine.
- The Python standard library’s zoneinfo is now the default timezone implementation in Django.
You can get Django 4.0 from our downloads page or from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
With the release of Django 4.0, Django 3.2 has reached the end of mainstream support. The final minor bug fix release, 3.2.10, was issued today. Django 3.2 is an LTS release and will receive security and data loss fixes until April 2024. All users are encouraged to upgrade before then to continue receiving fixes for security issues.
Django 3.1 has reached the end of extended support. The final security release (3.1.14) was issued today. All Django 3.1 users are encouraged to upgrade to Django 3.2 or later.
See the downloads page for a table of supported versions and the future release schedule.
Back to Top