From 92a1e7918a8e83f0e59d618bfa5de0b27303ce89 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 2 Apr 2019 21:23:36 +0100 Subject: [PATCH] Bump django-taggit to 0.24 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e710a90652..09ffecc823 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ except ImportError: install_requires = [ "Django>=2.0,<2.3", "django-modelcluster>=4.2,<5.0", - "django-taggit>=0.23,<0.24", + "django-taggit>=0.23,<1.0", "django-treebeard>=4.2.0,<5.0", "djangorestframework>=3.7.4,<4.0", "draftjs_exporter>=2.1.5,<3.0",