From 72f356e7c7c271d1dd41fc9c65116b63d5930137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 2 Apr 2020 21:26:41 +0200 Subject: [PATCH] setup: allow django 2.2 (#41286) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd9f077..2db6dce 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.8,<1.12', + install_requires=['django>=1.11,<2.3', 'gadjo', 'django-ckeditor<4.5.4', 'django-haystack<2.8',