From 24b8d6e55ec1a37dbdbc2768f65f1fd6c196c9cd Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 15 Mar 2023 16:10:42 +0100 Subject: [PATCH] misc: require django 3.2 (#75442) --- debian/control | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8fe203ac4..aa420b496 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Architecture: all Depends: graphviz, python3-bleach, python3-distutils, - python3-django (>= 2:2.2), + python3-django (>= 2:3.2), python3-django-ckeditor, python3-django-ratelimit, python3-dnspython, diff --git a/setup.py b/setup.py index 6f72fa64a..32f9f0ba3 100644 --- a/setup.py +++ b/setup.py @@ -176,7 +176,7 @@ setup( url="http://wcs.labs.libre-entreprise.org", install_requires=[ 'Quixote>=3.0,<3.2', - 'django>=2.2', + 'django>=3.2', 'psycopg2', 'bleach<5', 'dnspython',