[Python-modules-commits] [python-django-mptt] 06/06: Document in changelog: * Add patch to fix FTBFS in Django 1.10 (Closes: #828669): 0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch

Thomas Goirand zigo at moszumanska.debian.org
Fri Aug 5 09:20:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

zigo pushed a commit to branch master
in repository python-django-mptt.

commit f3d553f0112249577aac4eb7790d674e46789835
Author: Thomas Goirand <zigo at debian.org>
Date:   Fri Aug 5 09:20:24 2016 +0000

    Document in changelog:
      * Add patch to fix FTBFS in Django 1.10 (Closes: #828669):
        0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch
---
 debian/changelog                                   |  2 ++
 ...-Prepare-the-manager-using-code-for-Djang.patch | 27 ++++++----------------
 2 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4fe6d9..26087f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ python-django-mptt (0.8.5-0.1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release.
+  * Add patch to fix FTBFS in Django 1.10 (Closes: #828669):
+    0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch
 
  -- Thomas Goirand <zigo at debian.org>  Fri, 05 Aug 2016 08:44:18 +0000
 
diff --git a/debian/patches/0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch b/debian/patches/0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch
index e6fb3a2..edd0e0e 100644
--- a/debian/patches/0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch
+++ b/debian/patches/0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch
@@ -1,24 +1,11 @@
-From 53f25a8b35fbec95b19adcb00d083d2269f9dcec Mon Sep 17 00:00:00 2001
-From: Thomas Goirand <zigo at debian.org>
+Description: django-1.10 Prepare the manager-using code for Django 1.10
+ This change simply requires the programmer to ensure that
+ _default_manager returns a tree manager. Custom manager classes
+ must extend TreeManager.
+From: Matthias Kestenholz <mk at feinheit.ch>
 Date: Fri, 5 Aug 2016 09:16:07 +0000
-Subject: django-1.10 Prepare the manager-using code for Django 1.10
-
-This change simply requires the programmer to ensure that
-_default_manager returns a tree manager. Custom manager classes
-must extend TreeManager.
----
- mptt/admin.py                  |  4 ++--
- mptt/forms.py                  |  2 +-
- mptt/managers.py               | 18 +++++----------
- mptt/models.py                 | 52 ++++++++----------------------------------
- mptt/querysets.py              |  4 ++--
- mptt/templatetags/mptt_tags.py |  2 +-
- mptt/utils.py                  |  2 +-
- tests/myapp/doctests.txt       | 20 ++++++++--------
- tests/myapp/models.py          |  3 ---
- tests/myapp/tests.py           | 25 ++++----------------
- tests/myapp/urls.py            |  4 ++--
- 11 files changed, 40 insertions(+), 96 deletions(-)
+Origin: upstream, https://github.com/matthiask/django-mptt/commit/7914c393fb2d4e646bec331d4822620426a5fe9c
+Last-Update: 206-08-05
 
 diff --git a/mptt/admin.py b/mptt/admin.py
 index 730a146..aa4ccb3 100644

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-mptt.git



More information about the Python-modules-commits mailing list