0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Upgrade django-modelcluster to 5.2

This commit is contained in:
Matt Westcott 2021-10-13 14:09:49 +01:00 committed by Matt Westcott
parent eed26307c8
commit 66e5e21b59

View File

@ -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",