update django requirement in setup.py to allow django 1.11 (#3555)

* update django requirement in setup.py to allow django 1.11

* update the django requirement in the project template to allow django 1.11
pull/3556/head
Medhat Assaad 2017-04-20 04:50:51 -05:00 zatwierdzone przez Matt Westcott
rodzic 17f7eb6e28
commit 1862806283
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ except ImportError:
install_requires = [
"Django>=1.8.1,<1.11",
"Django>=1.8.1,<1.12",
"django-modelcluster>=3.1,<4.0",
"django-taggit>=0.20,<1.0",
"django-treebeard>=3.0,<5.0",

Wyświetl plik

@ -1,2 +1,2 @@
Django>=1.10,<1.11
Django>=1.10,<1.12
wagtail==1.10rc1