mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-20 23:00:58 +00:00
Pin django-taggit to 0.11.2
Django-taggit 0.12.x seems to break wagtail
This commit is contained in:
parent
99e599d940
commit
c7fdbd22db
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue