From b7153ce5ffe2cf1dc0d001d1ddd5794c50f3e6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 19 Dec 2021 16:33:52 +0100 Subject: [PATCH] build: update setup.py to require at least django 2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 574a8a0..3775363 100755 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ setup( 'Programming Language :: Python :: 2', ], install_requires=[ - 'django>=1.11,<2.3', + 'django>=2.2,<2.3', 'gadjo', 'django-tables2>=1.5,<2.0', 'django-jsonfield >= 0.9.3',