mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-01 12:04:47 +00:00
Bump django-taggit version to 0.12.2
0.12.1 did not have all of its migrations applied, which played havoc with migrations of apps that depended upon django-taggit
This commit is contained in:
parent
408d2c6b68
commit
2148da54cb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -33,7 +33,7 @@ install_requires = [
|
|||
"django-compressor>=1.4",
|
||||
"django-libsass>=0.2",
|
||||
"django-modelcluster>=0.4",
|
||||
"django-taggit==0.12.1",
|
||||
"django-taggit==0.12.2",
|
||||
"django-treebeard==2.0",
|
||||
"Pillow>=2.3.0",
|
||||
"beautifulsoup4>=4.3.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue