aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/django-1.7-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/django-1.7-compat.patch')
-rw-r--r--debian/patches/django-1.7-compat.patch18
1 files changed, 14 insertions, 4 deletions
diff --git a/debian/patches/django-1.7-compat.patch b/debian/patches/django-1.7-compat.patch
index 4e50ffe..3b388e3 100644
--- a/debian/patches/django-1.7-compat.patch
+++ b/debian/patches/django-1.7-compat.patch
@@ -1,11 +1,21 @@
-Description: Add django 1.7 compatibility
-Author: Raphaƫl Hertzog <hertzog@debian.org>
+From 210bfd7f97afe0162e682cbd2530115cf09fd51d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <hertzog@debian.org>
+Date: Thu, 8 Oct 2015 11:51:55 -0700
+Subject: Add django 1.7 compatibility
+
Bug-Debian: http://bugs.debian.org/755624
Origin: vendor
Last-Update: 2014-08-06
---- python-django-tagging-0.3.1.orig/tagging/models.py
-+++ python-django-tagging-0.3.1/tagging/models.py
+Patch-Name: django-1.7-compat.patch
+---
+ tagging/models.py | 15 ++++++++++++---
+ 1 file changed, 12 insertions(+), 3 deletions(-)
+
+diff --git a/tagging/models.py b/tagging/models.py
+index 860cf81..e13b077 100644
+--- a/tagging/models.py
++++ b/tagging/models.py
@@ -17,6 +17,8 @@ from tagging import settings
from tagging.utils import calculate_cloud, get_tag_list, get_queryset_and_model, parse_tag_input
from tagging.utils import LOGARITHMIC