[Python-modules-commits] [python-django-mptt] branch master updated (52f262b -> 7c58480)

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 change to branch master
in repository python-django-mptt.

      from  52f262b   Release version 0.7.4-1.
       new  a68ac09   Import python-django-mptt_0.8.0.orig.tar.gz
       new  2140aa9   record new upstream branch created by importing python-django-mptt_0.8.0.orig.tar.gz and merge it
       new  7c58480   Release version 0.8.0-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |   3 +-
 README.rst                                         |   4 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   5 +-
 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/{pt_BR => es_AR}/LC_MESSAGES/django.po |  70 ++---
 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
 49 files changed, 726 insertions(+), 414 deletions(-)
 create mode 100644 docs/mptt.querysets.rst
 create mode 100644 mptt/locale/es_AR/LC_MESSAGES/django.mo
 copy mptt/locale/{pt_BR => es_AR}/LC_MESSAGES/django.po (59%)
 create mode 100644 mptt/signals.py
 create mode 100644 tests/__pycache__/__init__.cpython-34.pyc
 create mode 100644 tests/__pycache__/settings.cpython-34.pyc
 create mode 100644 tests/myapp/__pycache__/__init__.cpython-34.pyc
 create mode 100644 tests/myapp/__pycache__/admin.cpython-34.pyc
 create mode 100644 tests/myapp/__pycache__/models.cpython-34.pyc
 create mode 100644 tests/myapp/__pycache__/tests.cpython-34.pyc
 create mode 100644 tests/myapp/__pycache__/urls.cpython-34.pyc
 create mode 100644 tests/mydatabase
 create mode 100644 tests/requirements.txt

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