From 583e0fc484ae377a59bc954eae640ecfcb100063 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:24:47 +0200 Subject: [PATCH] setup: update to allow django 2.2 (#41285) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 681c361e..c1716c63 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', ], - install_requires=['django>=1.11, <1.12', + install_requires=['django>=1.11, <2.3', 'django-ckeditor<4.5.4', 'gadjo>=0.53', 'feedparser',