From 75e1d2d8bf996ace603883449e7e6ba5194b0c61 Mon Sep 17 00:00:00 2001 From: carofun Date: Fri, 22 Apr 2022 12:32:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C(back)=20pin=20django=20to=20versio?= =?UTF-8?q?n=203.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit django-machina is only compatible with django up to version 3.2, so infortunately we can't use django 4. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e5b37754..83028994 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ classifiers = include_package_data = True install_requires = boto3==1.21.45 - Django==4.0.4 + Django==3.2.4 django-storages==1.12.3 django-haystack==3.1.1 django-lti-toolbox==1.0.1