From 5d2709b0554b0c04ce5a363349932766db61058a 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