Django 3.2.x
Support ended 2024-04-01
This series of Django releases was supported from 2021-04-01 to 2024-04-01.
Release Highlights
- Django 3.2 is a long-term support release. It will have extended support until 2024-04
- Adds support for Python 3.10 (as of Django 3.2.9). It may be worthwhile to look at the new features
- The combination of Django 3.2 being an LTS and Python 3.10 being added makes upgrading both something to consider.
- Automatic
AppConfig
discovery meansdefault_app_config
is no longer needed. It has been depricated - non-
pytz
time zones, such as Python 3.9+’szoneinfo
module now supported
Upgrade Gotchas
- Support for PostgreSQL 9.5 and MySQL 5.6 dropped
- Support for PostGIS 2.2 is removed
- If you’re using a third-party database backend, there have been multiple backwards-incompatible changes.
-
Security patches
-
Bug fixes
-
Release
-
Alpha
-
Beta
Released Versions
Version | Release Date | Release Type | Blog Post | Release Notes | GitHub |
---|---|---|---|---|---|
3.2.25 | 2024-03-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.24 | 2024-02-06 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.23 | 2023-11-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.22 | 2023-10-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.21 | 2023-09-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.20 | 2023-06-03 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.19 | 2023-05-03 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.18 | 2023-02-14 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.17 | 2023-02-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.16 | 2022-10-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.15 | 2022-08-03 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.14 | 2022-07-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.13 | 2022-04-11 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.12 | 2022-02-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.11 | 2022-01-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.10 | 2021-12-07 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.9 | 2021-11-01 |
BUGFIX
|
Release Notes | GitHub | |
3.2.8 | 2021-10-05 |
BUGFIX
|
Release Notes | GitHub | |
3.2.7 | 2021-05-04 |
BUGFIX
|
Release Notes | GitHub | |
3.2.6 | 2021-08-02 |
BUGFIX
|
Release Notes | GitHub | |
3.2.5 | 2021-07-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.4 | 2021-06-02 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.3 | 2021-05-13 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
3.2.2 | 2021-05-06 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2.1 | 2021-05-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
3.2 | 2021-05-04 |
RELEASE
|
Blog Post | Release Notes | GitHub |
3.2rc1 | 2021-05-04 |
RC
|
Release Notes | GitHub | |
3.2b1 | 2021-05-04 |
BETA
|
Release Notes | GitHub | |
3.2a1 | 2021-01-19 |
ALPHA
|
Release Notes | GitHub |