[Python-modules-commits] [python-django-treebeard] branch upstream updated (764fc8e -> bfd674a)

Michael Fladischer fladi at moszumanska.debian.org
Tue Nov 29 09:31:38 UTC 2016


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

fladi pushed a change to branch upstream
in repository python-django-treebeard.

      from  764fc8e   Import python-django-treebeard_4.0.1+dfsg.orig.tar.gz
       new  bfd674a   Import python-django-treebeard_4.1.0+dfsg.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:
 CHANGES                                            |  10 +
 MANIFEST.in                                        |   6 +-
 PKG-INFO                                           |  31 ++-
 README.rst                                         |  25 +-
 django_treebeard.egg-info/PKG-INFO                 |  31 ++-
 django_treebeard.egg-info/SOURCES.txt              |  43 ++-
 docs/Makefile                                      | 136 +++++++--
 docs/changes.rst                                   |   4 -
 docs/conf.py                                       |  59 ----
 docs/{ => source}/admin.rst                        |   0
 docs/{ => source}/al_tree.rst                      |   0
 docs/{ => source}/api.rst                          |   0
 docs/{ => source}/caveats.rst                      |   0
 docs/source/changes.rst                            |   4 +
 docs/source/conf.py                                | 303 +++++++++++++++++++++
 docs/{ => source}/exceptions.rst                   |   0
 docs/{ => source}/forms.rst                        |   0
 docs/{ => source}/index.rst                        |   0
 docs/{ => source}/install.rst                      |   0
 docs/{ => source}/mp_tree.rst                      |   0
 docs/{ => source}/ns_tree.rst                      |   0
 docs/{ => source}/tests.rst                        |   9 +-
 docs/{ => source}/tutorial.rst                     |   0
 setup.py                                           |  40 +--
 treebeard/__init__.py                              |  21 +-
 treebeard/admin.py                                 |  29 +-
 treebeard/forms.py                                 |   4 +-
 treebeard/locale/es/LC_MESSAGES/django.mo          | Bin 0 -> 732 bytes
 treebeard/locale/es/LC_MESSAGES/django.po          |  78 ++++++
 treebeard/locale/es/LC_MESSAGES/djangojs.mo        | Bin 0 -> 374 bytes
 treebeard/locale/es/LC_MESSAGES/djangojs.po        |  24 ++
 treebeard/locale/nl/LC_MESSAGES/django.mo          | Bin 0 -> 1512 bytes
 treebeard/locale/nl/LC_MESSAGES/django.po          |  80 ++++++
 treebeard/locale/nl/LC_MESSAGES/djangojs.mo        | Bin 0 -> 532 bytes
 treebeard/locale/nl/LC_MESSAGES/djangojs.po        |  24 ++
 treebeard/locale/pl/LC_MESSAGES/django.mo          | Bin 0 -> 783 bytes
 treebeard/locale/pl/LC_MESSAGES/django.po          |  44 +++
 treebeard/locale/ru/LC_MESSAGES/django.mo          | Bin 0 -> 874 bytes
 treebeard/locale/ru/LC_MESSAGES/django.po          |  79 ++++++
 treebeard/locale/ru/LC_MESSAGES/djangojs.mo        | Bin 0 -> 445 bytes
 treebeard/locale/ru/LC_MESSAGES/djangojs.po        |  25 ++
 treebeard/mp_tree.py                               |  15 +-
 .../templates/admin/tree_change_list_results.html  |   1 -
 treebeard/tests/conftest.py                        |  60 +---
 treebeard/tests/settings.py                        | 112 ++++----
 treebeard/tests/urls.py                            |   8 +-
 46 files changed, 1026 insertions(+), 279 deletions(-)
 delete mode 100644 docs/changes.rst
 delete mode 100644 docs/conf.py
 rename docs/{ => source}/admin.rst (100%)
 rename docs/{ => source}/al_tree.rst (100%)
 rename docs/{ => source}/api.rst (100%)
 rename docs/{ => source}/caveats.rst (100%)
 create mode 100644 docs/source/changes.rst
 create mode 100644 docs/source/conf.py
 rename docs/{ => source}/exceptions.rst (100%)
 rename docs/{ => source}/forms.rst (100%)
 rename docs/{ => source}/index.rst (100%)
 rename docs/{ => source}/install.rst (100%)
 rename docs/{ => source}/mp_tree.rst (100%)
 rename docs/{ => source}/ns_tree.rst (100%)
 rename docs/{ => source}/tests.rst (88%)
 rename docs/{ => source}/tutorial.rst (100%)
 create mode 100644 treebeard/locale/es/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/es/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/es/LC_MESSAGES/djangojs.mo
 create mode 100644 treebeard/locale/es/LC_MESSAGES/djangojs.po
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/djangojs.mo
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/djangojs.po
 create mode 100644 treebeard/locale/pl/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/pl/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/djangojs.mo
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/djangojs.po

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



More information about the Python-modules-commits mailing list