[Python-modules-commits] [python-django-mptt] branch upstream updated (74b1458 -> f1be583)

Brian May bam at moszumanska.debian.org
Thu Feb 2 21:11:09 UTC 2017


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

bam pushed a change to branch upstream
in repository python-django-mptt.

      from  74b1458   Import python-django-mptt_0.8.5.orig.tar.gz
       new  f1be583   Import python-django-mptt_0.8.7.orig.tar.gz

The 1 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:
 MANIFEST.in                                |    1 -
 PKG-INFO                                   |    2 +-
 README.rst                                 |   13 +-
 django_mptt.egg-info/PKG-INFO              |    2 +-
 django_mptt.egg-info/SOURCES.txt           |   27 +-
 docs/admin.rst                             |   38 +-
 docs/install.rst                           |    7 +-
 docs/models.rst                            |    2 +-
 docs/templates.rst                         |    6 +-
 docs/upgrade.rst                           |   29 +-
 mptt/__init__.py                           |    2 +-
 mptt/admin.py                              |  119 +-
 mptt/compat.py                             |    8 +
 mptt/locale/de/LC_MESSAGES/django.mo       |  Bin 2953 -> 4514 bytes
 mptt/locale/de/LC_MESSAGES/django.po       |  161 ++-
 mptt/locale/fi/LC_MESSAGES/django.mo       |  Bin 0 -> 4355 bytes
 mptt/locale/fi/LC_MESSAGES/django.po       |  198 +++
 mptt/locale/fr/LC_MESSAGES/django.mo       |  Bin 3624 -> 4633 bytes
 mptt/locale/fr/LC_MESSAGES/django.po       |  200 ++-
 mptt/locale/hu/LC_MESSAGES/django.mo       |  Bin 0 -> 4507 bytes
 mptt/locale/hu/LC_MESSAGES/django.po       |  194 +++
 mptt/locale/zh_Hant/LC_MESSAGES/django.mo  |  Bin 0 -> 4030 bytes
 mptt/locale/zh_Hant/LC_MESSAGES/django.po  |  160 +++
 mptt/managers.py                           |    7 +-
 mptt/models.py                             |   16 +-
 mptt/templates/admin/mptt_change_list.html |    4 +-
 mptt/templates/admin/mptt_filter.html      |    9 +
 mptt/templatetags/mptt_admin.py            |  169 ++-
 tests/.coveragerc                          |   24 -
 tests/.gitignore                           |    2 -
 tests/__init__.py                          |    1 -
 tests/myapp/__init__.py                    |    1 -
 tests/myapp/admin.py                       |   13 -
 tests/myapp/doctests.txt                   | 1593 ---------------------
 tests/myapp/fixtures/categories.json       |  132 --
 tests/myapp/fixtures/genres.json           |  134 --
 tests/myapp/fixtures/items.json            |   20 -
 tests/myapp/fixtures/persons.json          |   14 -
 tests/myapp/models.py                      |  306 ----
 tests/myapp/tests.py                       | 2126 ----------------------------
 tests/myapp/urls.py                        |   11 -
 tests/mydatabase                           |  Bin 610304 -> 0 bytes
 tests/requirements.txt                     |    3 -
 tests/runtests.sh                          |   22 -
 tests/settings.py                          |   55 -
 45 files changed, 1146 insertions(+), 4685 deletions(-)
 create mode 100644 mptt/compat.py
 create mode 100644 mptt/locale/fi/LC_MESSAGES/django.mo
 create mode 100644 mptt/locale/fi/LC_MESSAGES/django.po
 create mode 100644 mptt/locale/hu/LC_MESSAGES/django.mo
 create mode 100644 mptt/locale/hu/LC_MESSAGES/django.po
 create mode 100644 mptt/locale/zh_Hant/LC_MESSAGES/django.mo
 create mode 100644 mptt/locale/zh_Hant/LC_MESSAGES/django.po
 create mode 100644 mptt/templates/admin/mptt_filter.html
 delete mode 100644 tests/.coveragerc
 delete mode 100644 tests/.gitignore
 delete mode 100644 tests/__init__.py
 delete mode 100644 tests/myapp/__init__.py
 delete mode 100644 tests/myapp/admin.py
 delete mode 100644 tests/myapp/doctests.txt
 delete mode 100644 tests/myapp/fixtures/categories.json
 delete mode 100644 tests/myapp/fixtures/genres.json
 delete mode 100644 tests/myapp/fixtures/items.json
 delete mode 100644 tests/myapp/fixtures/persons.json
 delete mode 100644 tests/myapp/models.py
 delete mode 100644 tests/myapp/tests.py
 delete mode 100644 tests/myapp/urls.py
 delete mode 100644 tests/mydatabase
 delete mode 100644 tests/requirements.txt
 delete mode 100755 tests/runtests.sh
 delete mode 100644 tests/settings.py

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