Django 2.2.x
Support ended 2022-04-11
This series of Django releases was supported from 2019-01-01 to 2022-04-11.
Release Highlights
- Django 2.2 was a long-term support release. Extended support ended 2022-04-11.
- Django 2.2 supports Python 3.5, 3.6, 3.7, 3.8 (as of 2.2.8), and 3.9 (as of 2.2.17)
- The ability to create custom database constraints was added. More details are available here.
Upgrade Gotchas
- If you’re using a third-party database backend, you may need to make some changes.
- Python 3.5
- Python 3.6
- Python 3.7
- Python 3.8