From b60bccf457f1cf69f926f9b72a480d5b0b04273d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 9 Aug 2019 22:33:59 +0100 Subject: [PATCH] Pin django-modelcluster to 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 498e428d2..b01f9b5dc 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ except ImportError: install_requires = [ "Django>=1.7.1,<1.9", "django-compressor>=1.4", - "django-modelcluster>=1.0", + "django-modelcluster>=1.0,<1.2", "django-taggit>=0.13.0", "django-treebeard==3.0", "djangorestframework>=3.1.3",