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

upgrade modelcluster to 0.4 - fixes #545

This commit is contained in:
Matt Westcott 2014-09-04 21:32:39 +01:00
parent db41badd8c
commit 2e20faa094

View File

@ -27,7 +27,7 @@ install_requires = [
"South==1.0.0",
"django-compressor>=1.4",
"django-libsass>=0.2",
"django-modelcluster>=0.3",
"django-modelcluster>=0.4",
"django-taggit==0.12.1",
"django-treebeard==2.0",
"Pillow>=2.3.0",