From 66e5e21b59eff1afef15d159676f4b58673c4094 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Wed, 13 Oct 2021 14:09:49 +0100
Subject: [PATCH] Upgrade django-modelcluster to 5.2

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 61b97f5a4d..0d8d29f06f 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ except ImportError:
 
 install_requires = [
     "Django>=3.0,<3.3",
-    "django-modelcluster>=5.1,<6.0",
+    "django-modelcluster>=5.2,<6.0",
     "django-taggit>=1.0,<2.0",
     "django-treebeard>=4.2.0,<5.0,!=4.5",
     "djangorestframework>=3.11.1,<4.0",