diff --git a/setup.py b/setup.py index 86c1214204..fa704e0221 100755 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index c253c9ac37..2ff9f2c12f 100644 --- a/wagtail/project_template/requirements.txt +++ b/wagtail/project_template/requirements.txt @@ -1,2 +1,2 @@ -Django>=1.10,<1.11 +Django>=1.10,<1.12 wagtail==1.10rc1