Django 2.1 released

Posted by Tim Graham on August 1, 2018

The Django team is happy to announce the release of Django 2.1.

The release notes cover the smorgasbord of new features in detail, the model “view” permission is a highlight that many will appreciate.

You can get Django 2.1 from our downloads page or from the Python Package Index. The PGP key ID used for this release is Tim Graham: 1E8ABDC773EDE252.

With the release of Django 2.1, Django 2.0 has reached the end of mainstream support. The final minor bug fix release (which is also a security release), 2.0.8, was issued today. Django 2.0 will receive security and data loss fixes until April 2019. All users are encouraged to upgrade before then to continue receiving fixes for security issues.

See the downloads page for a table of supported versions and the future release schedule.

Back to Top