From a713fb7fe2e2837164717924acb12c1b6086208f Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 22 Apr 2016 15:46:54 +0100 Subject: [PATCH] version-bump django-modelcluster to 2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fddd794f41..3504ae48d9 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ except ImportError: install_requires = [ "Django>=1.8.1,<1.10", - "django-modelcluster>=1.1,<1.2", + "django-modelcluster>=2.0,<3.0", "django-taggit>=0.18,<0.19", "django-treebeard>=3.0,<5.0", "djangorestframework>=3.1.3",