Tuesday, August 4, 2020

Django Weblog: Django 3.1 Released

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

The release notes cover the potpourri of new features in detail, but a few highlights are:

You can get Django 3.1 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 3.1, Django 3.0 has reached the end of mainstream support. The final minor bug fix release, 3.0.9, was issued yesterday. Django 3.0 will receive security and data loss fixes until April 2021. 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.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...