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

Bump django-modelcluster version to 1.0

This commit is contained in:
Matt Westcott 2015-10-09 15:47:49 +01:00
parent c21800b7b0
commit bce8bf1a5c

View File

@ -25,7 +25,7 @@ except ImportError:
install_requires = [
"Django>=1.7.1,<1.9",
"django-compressor>=1.4",
"django-modelcluster>=0.6",
"django-modelcluster>=1.0",
"django-taggit>=0.13.0",
"django-treebeard==3.0",
"djangorestframework>=3.1.3",