django: split django1 package and update to 2.2.6
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 11 Oct 2019 06:29:46 +0000 (09:29 +0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 24 Oct 2019 12:13:38 +0000 (09:13 -0300)
commitc21a453ffda4fb451593b85ae06b8ea9eac0ea7d
tree38b4f4dd0e8791e5f5c8e90be6c2fb5ee7fdd435
parentb38c9a01e2bc155cad9e1ac4899d7bad053d2200
django: split django1 package and update to 2.2.6

After many failed attempts at upgrading Django to 2.2.6, the solution seems
to be to split a `python-django1` package that works with Python2 and
upgrade `python3-django` to the latest 2.2[.6] LTS release.

This also means that all Python2 Django packages will be stuck & based on
Django 1.11[.24] LTS release. But, it's currently the sanest approach I
could find to be able to perform an upgrade of Django to 2.2, and not break
Seafile.

Upgrading Seafile is also pretty difficult, as their Python3 support is not
yet finished & released. And in the meantime, we want to allow people to
use newer Django versions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
15 files changed:
lang/python/django-appconf/Makefile
lang/python/django-compressor/Makefile
lang/python/django-constance/Makefile
lang/python/django-formtools/Makefile
lang/python/django-jsonfield/Makefile
lang/python/django-picklefield/Makefile
lang/python/django-postoffice/Makefile
lang/python/django-ranged-response/Makefile
lang/python/django-restframework/Makefile
lang/python/django-simple-captcha/Makefile
lang/python/django-statici18n/Makefile
lang/python/django-webpack-loader/Makefile
lang/python/django/Makefile
lang/python/django1/Makefile [new file with mode: 0644]
net/seafile-seahub/Makefile