From 623e77a2686a71bb53b178859f28fc45abe0e41a Mon Sep 17 00:00:00 2001 From: Basraah Date: Sun, 7 Oct 2018 22:45:12 +0000 Subject: [PATCH] Avoid Dj2.1 until 1.11 depreciation issues are fixed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91198ff7..5c433ed2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires = [ 'celery>=4.0.2', 'celery_once', - 'django>=1.11', + 'django>=1.11,<2.1', 'django-bootstrap-form', 'django-registration==2.4', 'django-sortedm2m',