From 2148da54cbb7c2e5122a674a001393879d39f433 Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Mon, 22 Sep 2014 10:33:27 +1000 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3a711f5bd..ee6d848887 100644 --- a/setup.py +++ b/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",