[Python-modules-commits] r31099 - in packages/django-tables/trunk/debian (2 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Thu Oct 16 23:24:29 UTC 2014


    Date: Thursday, October 16, 2014 @ 23:24:28
  Author: bam
Revision: 31099

Add patches from upstream issue tracker.

Modified:
  packages/django-tables/trunk/debian/changelog
  packages/django-tables/trunk/debian/patches/series

Modified: packages/django-tables/trunk/debian/changelog
===================================================================
--- packages/django-tables/trunk/debian/changelog	2014-10-16 13:38:13 UTC (rev 31098)
+++ packages/django-tables/trunk/debian/changelog	2014-10-16 23:24:28 UTC (rev 31099)
@@ -1,3 +1,15 @@
+django-tables (0.15.0-3) unstable; urgency=low
+
+  * Add patch from https://github.com/bradleyayers/django-tables2/pull/214 as
+    dont_call_managers.patch to fix problems with many to many fields. See
+    https://github.com/bradleyayers/django-tables2/issues/211 for details.
+  * Add patch from
+    https://github.com/luzfcb/django-tables2/commit/f3613c41208b0e7080777416f13ea2de6c65da02
+    as remove_sorteddict.patch to remove depreciated use of SortedDict.
+    See https://github.com/bradleyayers/django-tables2/issues/212 for details.
+
+ -- Brian May <bam at debian.org>  Fri, 17 Oct 2014 09:54:38 +1100
+
 django-tables (0.15.0-2) unstable; urgency=low
 
   * Python3 package.

Modified: packages/django-tables/trunk/debian/patches/series
===================================================================
--- packages/django-tables/trunk/debian/patches/series	2014-10-16 13:38:13 UTC (rev 31098)
+++ packages/django-tables/trunk/debian/patches/series	2014-10-16 23:24:28 UTC (rev 31099)
@@ -1 +1,3 @@
 local_inventory
+dont_call_managers.patch
+remove_sorteddict.patch




More information about the Python-modules-commits mailing list