Django 3.1.x
Support ended 2021-12-01
This series of Django releases was supported from 2020-08-04 to 2021-12-01.
Release Highlights
- Support for a fully asynchronous request path
- Refer to Django’s Async support docs for more details
models.JSONField
andforms.JSONField
are now available for all supported database backends- Increased support for pathlib.Path
- The
settings.py
generated bystartproject
now usespathlib.Path
instead ofos.path
for building filesystem paths - Multiple other settings or methods that use a file path now support
pathlib.Path
- The
Upgrade Gotchas
- If you’re using a third-party database backend, there are multiple changes you may need to make.
- Support for MariaDB 10.1 has ended. 10.2 and higher are supported
contrib.admin
no longer supports the legacy Internet Explorer- Multiple compatibility imports have been removed
- Features deprecated in Django 2.2 have been removed
-
Security patches
-
Bug fixes
-
Release
-
Alpha
-
Beta
Released Versions
Version | Release Date | Release Type | Blog Post | Release Notes | GitHub |
---|---|---|---|---|---|
3.1.14 | 2021-12-07 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.13 | 2021-05-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.12 | 2021-06-02 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.11 | 2021-05-13 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
3.1.10 | 2021-05-06 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.9 | 2021-05-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.8 | 2021-04-06 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.7 | 2021-02-19 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.6 | 2021-02-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1.5 | 2021-01-04 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
3.1.4 | 2020-12-01 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
3.1.3 | 2020-11-02 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
3.1.2 | 2020-10-01 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
3.1.1 | 2020-09-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.1 | 2020-08-04 |
RELEASE
|
Blog Post | Release Notes | GitHub |
3.1b1 | 2020-06-15 |
BETA
|
Blog Post | Release Notes | GitHub |
3.1a1 | 2020-05-14 |
ALPHA
|
Blog Post | Release Notes | GitHub |