From cc94ba6b5e242b191adf1adc92a17d2d38f8e0cc Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Wed, 2 Feb 2022 14:16:33 +1000 Subject: [PATCH] ensure latest django patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 209371b2..f7aa3a96 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ install_requires = [ 'celery>=5.2.0,<6.0.0', 'celery_once>=3.0.1', - 'django>=4.0.0,<5.0.0', + 'django>=4.0.2,<5.0.0', 'django-bootstrap-form', 'django-registration>=3.2', 'django-sortedm2m',