[Python-modules-commits] [python-django-mptt] branch master updated (f3d553f -> 5cd3c09)

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

      from  f3d553f   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
       new  e43df1c   record new upstream branch created by importing python-django-mptt_0.8.7.orig.tar.gz
       new  f1be583   Import python-django-mptt_0.8.7.orig.tar.gz
       new  3133adf   merge patched into master
       new  5cd3c09   Update changelog for 0.8.7-1

The 4 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 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    6 +
 ...-Prepare-the-manager-using-code-for-Djang.patch |  375 ----
 debian/patches/series                              |    1 -
 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                                      |  123 +-
 mptt/compat.py                                     |    8 +
 mptt/forms.py                                      |    2 +-
 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                                   |   21 +-
 mptt/models.py                                     |   44 +-
 mptt/querysets.py                                  |    4 +-
 mptt/templates/admin/mptt_change_list.html         |    4 +-
 mptt/templates/admin/mptt_filter.html              |    9 +
 mptt/templatetags/mptt_admin.py                    |  169 +-
 mptt/templatetags/mptt_tags.py                     |    2 +-
 mptt/utils.py                                      |    2 +-
 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                              |  303 ---
 tests/myapp/tests.py                               | 2111 --------------------
 tests/myapp/urls.py                                |   11 -
 tests/mydatabase                                   |  Bin 610304 -> 0 bytes
 tests/requirements.txt                             |    3 -
 tests/runtests.sh                                  |   22 -
 tests/settings.py                                  |   55 -
 53 files changed, 1206 insertions(+), 5059 deletions(-)
 delete mode 100644 debian/patches/0001-django-1.10-Prepare-the-manager-using-code-for-Djang.patch
 delete mode 100644 debian/patches/series
 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