Hi!
For Django, the web framework, versions below 3.2 are not supported upstream.
https://www.djangoproject.com/download/#supported-versions
We have packages for
- py-django14 (1.4.x, very old LTS version, supports Python 2, support ended 2013)
- py-django (1.11.29, old LTS version, supports Python 2, support ended 2020)
- py-django2 (2.2.28, old LTS version, Python 3 only, support ended 2022)
- py-django3 3.2.19 (Python 3, LTS version, still supported)
I think removal of py-django14 and py-django2 shouldn't be an issue
because users should have switched to 1.11.x and 3.2.x respectively
already.
Is anyone still using py-django 1.11?
Btw, a package for the current LTS release, 4.2.3, would be nice to have :)
Thomas