From 3b2da052ada6d8c2faae089fda7d2d7fdec95dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 11 Dec 2019 16:19:01 +0100 Subject: [PATCH] misc: limit django-model-utils version to a version supporting django 1.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f428eecd7..f168aad56 100755 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ setup(name="authentic2", 'django>=1.11,<2.0', 'requests>=2.3', 'requests-oauthlib', - 'django-model-utils>=2.4', + 'django-model-utils>=2.4,<4', 'dnspython>=1.10', 'Django-Select2>5,<6', 'django-tables2>=1.0,<2.0',