From 8cad2923b2ef74888235c62729101e2f0f18487a Mon Sep 17 00:00:00 2001 From: Aleksejs Popovs Date: Thu, 24 Nov 2022 14:37:50 -0500 Subject: [PATCH] Declare incompatibility with Django 4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ae6dec7e..2bd4a8ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ classifiers = packages = find: include_package_data = True install_requires = - Django>=3.2.5 + Django>=3.2.5,<4 django-agnocomplete==1.0.0 django-compressor==2.4.1 Pillow==8.4.0