2
0
Эх сурвалжийг харах

Upgrade django-modelcluster to 5.2

Matt Westcott 3 жил өмнө
parent
commit
66e5e21b59
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      setup.py

+ 1 - 1
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",