From 6d6449441fed6c7f0e6deaf007fedde6750dd6f4 Mon Sep 17 00:00:00 2001 From: Sylvain Le Bon <sylvain@happy-dev.fr> Date: Sun, 3 Jun 2018 16:10:08 +0200 Subject: [PATCH] bugfix: djangoldp only works with django 1.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36e90379..69af2e74 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( platforms='any', license='MIT', install_requires=[ - 'django>=1.11', + 'django==1.11', 'django_rest_framework', 'pyld', ], -- GitLab