From b5dc2696c4bfe5e6e1e9511d2b9df02b526f090b Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 8 Dec 2015 22:02:38 +0000 Subject: [PATCH] feat(django1.9): Upgrade to django-taggit 0.17.5 (required for Django 1.9 compatibility) --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 68acb796b4..f88b526e16 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tox.ini b/tox.ini index d605907684..098fdce375 100644 --- a/tox.ini +++ b/tox.ini @@ -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