From ff0aac9d8a45652d8bc671cd207c900bb1b80ea7 Mon Sep 17 00:00:00 2001 From: AaronKable Date: Wed, 5 Feb 2020 21:05:17 +0800 Subject: [PATCH] Bump Django minimum to work with AA migrations --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81673013..856dbf66 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires = [ 'celery>=4.3.0,<5.0.0', 'celery_once', - 'django>=2.0,<3.0', + 'django>=2.2.1,<3.0', 'django-bootstrap-form', 'django-registration==2.4', 'django-sortedm2m',