Downgrade Django to 2.1

aldryn-forms is not compatible with 2.2 at the moment:

https://github.com/divio/aldryn-forms/issues/191
https://github.com/divio/aldryn-forms/issues/195
This commit is contained in:
Andrey Golovizin 2020-01-25 17:38:49 +01:00
parent f2cbf27048
commit 0c27c67b9b
3 changed files with 5 additions and 24 deletions

View file

@ -5,7 +5,7 @@ certifi==2019.11.28
chardet==3.0.4
cssselect==1.1.0
cssutils==1.0.2
Django==2.2.9
Django==2.1.15
django-absolute==0.3
django-appconf==1.0.3
django-classy-tags==1.0.0
@ -47,7 +47,6 @@ pytz==2019.3
requests==2.22.0
setuptools-scm==3.4.3
six==1.14.0
sqlparse==0.3.0
tablib==1.0.0
Unidecode==1.0.23
urllib3==1.25.8