mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
update django requirement
This commit is contained in:
parent
5758b54f2e
commit
daf7dee0d4
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ except ImportError:
|
||||
|
||||
|
||||
install_requires = [
|
||||
"Django>=1.8.1,<1.10",
|
||||
"Django>=1.8.1,<1.11",
|
||||
"django-modelcluster>=2.0,<3.0",
|
||||
"django-taggit>=0.18,<0.19",
|
||||
"django-treebeard>=3.0,<5.0",
|
||||
|
@ -1,2 +1,2 @@
|
||||
Django>=1.9,<1.10
|
||||
Django>=1.10,<1.11
|
||||
wagtail==1.6a0
|
||||
|
Loading…
Reference in New Issue
Block a user