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

Pin django-taggit to 0.11.2

Django-taggit 0.12.x seems to break wagtail
This commit is contained in:
Karl Hobley 2014-04-22 09:58:19 +01:00
parent 99e599d940
commit c7fdbd22db

View File

@ -44,7 +44,7 @@ setup(
"django-compressor>=1.3",
"django-libsass>=0.1",
"django-modelcluster>=0.1",
"django-taggit>=0.11.2",
"django-taggit==0.11.2",
"Pillow>=2.3.0",
"beautifulsoup4>=4.3.2",
"lxml>=3.3.0",