1.9. About Versions
Semantic Versioning
Bugfix releases
alpha - feature freeze
beta - code freeze
rc - translation freeze
1.9.1. Versions
1.0
1.1
...
1.10
1.11
2.0 (new features)
2.1 (maturing features)
2.2 (LTS)
3.0 (new features)
3.1 (maturing features)
3.2 (LTS)
4.0 (new features)
4.1 (maturing features)
4.2 (LTS)
5.0 (new features)
5.1 (maturing features)
5.2 (LTS)
6.0 (new features)
6.1 (maturing features)
6.2 (LTS)
...
1.9.2. LTS - Long Time Support
What is LTS?
How long support last?
1.9.3. Release Notes
List of releases: https://docs.djangoproject.com/en/dev/releases/
1.11 - https://docs.djangoproject.com/en/stable/releases/1.11/
2.0 - https://docs.djangoproject.com/en/stable/releases/2.0/
2.1 - https://docs.djangoproject.com/en/stable/releases/2.1/
2.2 - https://docs.djangoproject.com/en/stable/releases/2.2/
3.1 - https://docs.djangoproject.com/en/stable/releases/3.1/
3.2 - https://docs.djangoproject.com/en/stable/releases/3.2/
4.0 - https://docs.djangoproject.com/en/stable/releases/4.0/
4.1 - https://docs.djangoproject.com/en/stable/releases/4.1/
4.2 - https://docs.djangoproject.com/en/stable/releases/4.2/
5.0 - https://docs.djangoproject.com/en/stable/releases/5.0/