From 688c11ff18cd3749b0853533285e6c6196447186 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 19 Sep 2021 18:05:39 +0200 Subject: [PATCH] bumped min Django version to 3.2.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75039af5..ebf0e31b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ install_requires = [ 'celery>=4.3.0,<6.0.0,!=4.4.4', # 4.4.4 is missing a dependency 'celery_once>=2.0.1', - 'django>=3.1.1,<4.0.0', + 'django>=3.2.7,<4.0.0', 'django-bootstrap-form', 'django-registration>=3.1', 'django-sortedm2m',