feat(django1.9): Upgrade to django-taggit 0.17.5 (required for Django 1.9 compatibility)

pull/1990/merge
Matt Westcott 2015-12-08 22:02:38 +00:00
rodzic fdfffd2d87
commit b5dc2696c4
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -24,7 +24,7 @@ install_requires = [
"Django>=1.7.1,<1.10",
"django-compressor>=1.4",
"django-modelcluster>=1.0",
"django-taggit>=0.13.0",
"django-taggit>=0.17.5",
"django-treebeard==3.0",
"djangorestframework>=3.1.3",
"Pillow>=2.6.1",

Wyświetl plik

@ -21,7 +21,7 @@ basepython =
deps =
django-compressor>=1.4
django-modelcluster>=1.1b1
django-taggit==0.13.0
django-taggit>=0.17.5
django-treebeard==3.0
django-sendfile==0.3.6
djangorestframework==3.1.3