[Python-modules-commits] [python-django-mptt] 02/03: record new upstream branch created by importing python-django-mptt_0.8.0.orig.tar.gz and merge it

Brian May bam at moszumanska.debian.org
Sun Jan 3 04:41:38 UTC 2016


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

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

commit 2140aa977789291fcbc626e88a2524f4a1763006
Merge: 52f262b a68ac09
Author: Brian May <bam at debian.org>
Date:   Sun Jan 3 15:22:34 2016 +1100

    record new upstream branch created by importing python-django-mptt_0.8.0.orig.tar.gz and merge it

 PKG-INFO                                           |   3 +-
 README.rst                                         |   4 +-
 debian/.git-dpm                                    |  14 +-
 django_mptt.egg-info/PKG-INFO                      |   3 +-
 django_mptt.egg-info/SOURCES.txt                   |  13 +
 django_mptt.egg-info/requires.txt                  |   2 +-
 docs/admin.rst                                     |   6 +-
 docs/autogenerated.rst                             |   2 +-
 docs/index.rst                                     |   4 +-
 docs/models.rst                                    |   3 +-
 docs/mptt.querysets.rst                            |   7 +
 docs/mptt.rst                                      |   3 +-
 docs/upgrade.rst                                   |  12 +
 docs/utilities.rst                                 |  26 ++
 mptt/__init__.py                                   |   2 +-
 mptt/admin.py                                      |  19 +-
 mptt/fields.py                                     |   5 +-
 mptt/forms.py                                      |   5 +-
 mptt/locale/es_AR/LC_MESSAGES/django.mo            | Bin 0 -> 3001 bytes
 mptt/locale/es_AR/LC_MESSAGES/django.po            | 126 +++++++++
 mptt/managers.py                                   |  59 ++--
 mptt/models.py                                     | 101 ++++---
 mptt/querysets.py                                  |  19 +-
 mptt/signals.py                                    |  11 +
 mptt/templates/admin/mptt_change_list_results.html |   9 +-
 mptt/templatetags/mptt_admin.py                    |  34 ++-
 mptt/templatetags/mptt_tags.py                     |  96 +------
 mptt/utils.py                                      |  81 +++++-
 setup.py                                           |   4 +-
 tests/__pycache__/__init__.cpython-34.pyc          | Bin 0 -> 194 bytes
 tests/__pycache__/settings.cpython-34.pyc          | Bin 0 -> 1500 bytes
 tests/myapp/__pycache__/__init__.cpython-34.pyc    | Bin 0 -> 200 bytes
 tests/myapp/__pycache__/admin.cpython-34.pyc       | Bin 0 -> 497 bytes
 tests/myapp/__pycache__/models.cpython-34.pyc      | Bin 0 -> 12127 bytes
 tests/myapp/__pycache__/tests.cpython-34.pyc       | Bin 0 -> 63200 bytes
 tests/myapp/__pycache__/urls.cpython-34.pyc        | Bin 0 -> 349 bytes
 tests/myapp/doctests.txt                           |  53 ++--
 tests/myapp/models.py                              | 112 +++++---
 tests/myapp/models.pyc                             | Bin 17761 -> 18839 bytes
 tests/myapp/tests.py                               | 302 ++++++++++++++++-----
 tests/myapp/tests.pyc                              | Bin 72578 -> 79289 bytes
 tests/myapp/urls.py                                |   7 +-
 tests/myapp/urls.pyc                               | Bin 454 -> 407 bytes
 tests/mydatabase                                   | Bin 0 -> 610304 bytes
 tests/requirements.txt                             |   3 +
 tests/settings.py                                  |  33 ++-
 tests/settings.pyc                                 | Bin 1423 -> 1597 bytes
 47 files changed, 804 insertions(+), 379 deletions(-)

diff --cc debian/.git-dpm
index db29be7,0000000..f0714d7
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- bf303811ce7a4d87ff6b296ac33e0679673ad72a
- bf303811ce7a4d87ff6b296ac33e0679673ad72a
- bf303811ce7a4d87ff6b296ac33e0679673ad72a
- bf303811ce7a4d87ff6b296ac33e0679673ad72a
- python-django-mptt_0.7.4.orig.tar.gz
- 5566d6ab609beb06df0abdb99ae539d70476fc38
- 133855
++a68ac09fedef4e685cd7c568ea6ff167873deb41
++a68ac09fedef4e685cd7c568ea6ff167873deb41
++a68ac09fedef4e685cd7c568ea6ff167873deb41
++a68ac09fedef4e685cd7c568ea6ff167873deb41
++python-django-mptt_0.8.0.orig.tar.gz
++bcb86ab70c57747d3151b3a74326c2f6b9b153e0
++172292
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
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