0
0
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:
Paul J Stevens 2016-06-16 15:31:07 +02:00 committed by Matt Westcott
parent 5758b54f2e
commit daf7dee0d4
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -1,2 +1,2 @@
Django>=1.9,<1.10
Django>=1.10,<1.11
wagtail==1.6a0