Skip to content

Commit

Permalink
Pin django-taggit to 0.11.2
Browse files Browse the repository at this point in the history
Django-taggit 0.12.x seems to break wagtail
  • Loading branch information
kaedroho committed Apr 22, 2014
1 parent 99e599d commit c7fdbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"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",
Expand Down

0 comments on commit c7fdbd2

Please sign in to comment.