Django 4.1.x
Support ended 2023-12-01
This series of Django releases was supported from 2022-08-03 to 2023-12-01.
Release Highlights
- Support for Python 3.11 (as of Django 4.1.3)
- Python 3.11 has significant speed advantages over Python 3.10. These are worth investigating based on your specific application, but it looks like you won’t need to change your code to get a speed boost.
- A new version of Python always has improvements that are worth looking over, to see how they might benefit your Django app.
- async support for class-based views and the ORM
- Testing improvements
- You can now specify a minimum required version of your database
Upgrade Gotchas
- Support for PostgreSQL 10 and MariaDB 10.2 have been dropped
- Multiple features deprecated in Django 3.2 (the prior LTS release) have been removed
-
Security patches
-
Bug fixes
-
Release
-
Alpha
-
Beta
Released Versions
Version | Release Date | Release Type | Blog Post | Release Notes | GitHub |
---|---|---|---|---|---|
4.1.13 | 2023-11-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.12 | 2023-10-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.11 | 2023-09-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.10 | 2023-06-03 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.9 | 2023-05-03 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.8 | 2023-04-05 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
4.1.7 | 2023-02-14 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.6 | 2023-02-01 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.5 | 2023-01-01 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
4.1.4 | 2022-12-06 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
4.1.3 | 2022-11-01 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
4.1.2 | 2022-10-04 |
SECURITY
|
Blog Post | Release Notes | GitHub |
4.1.1 | 2022-09-05 |
BUGFIX
|
Blog Post | Release Notes | GitHub |
4.1 | 2022-08-03 |
RELEASE
|
Blog Post | Release Notes | GitHub |
4.1b1 | 2022-10-04 |
BETA
|
Release Notes | GitHub | |
4.1a1 | 2022-10-04 |
ALPHA
|
Release Notes | GitHub |