[Python-modules-commits] [python-django-mptt] branch master updated (00d4e06 -> 10a109f)

Brian May bam at moszumanska.debian.org
Wed Apr 6 03:50:05 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  00d4e06   Use https for git url
       new  20a2efe   Import python-django-mptt_0.8.3.orig.tar.gz
       new  917d8e0   record new upstream branch created by importing python-django-mptt_0.8.3.orig.tar.gz and merge it
       new  ae8fa88   Add changelog entry for 0.8.3-1
       new  10a109f   Update standards version to 3.9.7

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:
 INSTALL                                            |   8 +-
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |   5 +-
 README.rst                                         |   9 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 debian/control                                     |   2 +-
 django_mptt.egg-info/PKG-INFO                      |   5 +-
 django_mptt.egg-info/SOURCES.txt                   |  12 +
 django_mptt.egg-info/requires.txt                  |   2 +-
 django_mptt.egg-info/top_level.txt                 |   1 +
 docs/Makefile                                      |   6 -
 docs/admin.rst                                     | 111 +++++-
 mptt/__init__.py                                   |   3 +-
 mptt/admin.py                                      | 193 +++++++++-
 mptt/fields.py                                     |   5 +-
 mptt/managers.py                                   |  11 +-
 mptt/models.py                                     |  14 +-
 mptt/static/mptt/arrow-move.png                    | Bin 0 -> 457 bytes
 mptt/static/mptt/disclosure-down.png               | Bin 0 -> 496 bytes
 mptt/static/mptt/disclosure-right.png              | Bin 0 -> 464 bytes
 mptt/static/mptt/draggable-admin.css               |  52 +++
 mptt/static/mptt/draggable-admin.js                | 422 +++++++++++++++++++++
 mptt/templatetags/mptt_admin.py                    |   8 +-
 setup.cfg                                          |   2 +-
 setup.py                                           |  77 ++--
 tests/__init__.pyc                                 | Bin 226 -> 210 bytes
 ...it__.cpython-34.pyc => __init__.cpython-35.pyc} | Bin 194 -> 194 bytes
 tests/__pycache__/settings.cpython-35.pyc          | Bin 0 -> 1525 bytes
 ...it__.cpython-34.pyc => __init__.cpython-35.pyc} | Bin 200 -> 200 bytes
 tests/myapp/__pycache__/admin.cpython-35.pyc       | Bin 0 -> 568 bytes
 ...models.cpython-34.pyc => models.cpython-35.pyc} | Bin 12127 -> 12127 bytes
 .../{tests.cpython-34.pyc => tests.cpython-35.pyc} | Bin 63200 -> 65077 bytes
 .../{urls.cpython-34.pyc => urls.cpython-35.pyc}   | Bin 349 -> 349 bytes
 tests/myapp/admin.py                               |   5 +-
 tests/myapp/admin.pyc                              | Bin 632 -> 733 bytes
 tests/myapp/tests.py                               | 108 +++++-
 tests/myapp/tests.pyc                              | Bin 79289 -> 81653 bytes
 tests/settings.py                                  |   1 +
 tests/settings.pyc                                 | Bin 1597 -> 2156 bytes
 40 files changed, 987 insertions(+), 96 deletions(-)
 create mode 100644 mptt/static/mptt/arrow-move.png
 create mode 100644 mptt/static/mptt/disclosure-down.png
 create mode 100644 mptt/static/mptt/disclosure-right.png
 create mode 100644 mptt/static/mptt/draggable-admin.css
 create mode 100644 mptt/static/mptt/draggable-admin.js
 copy tests/__pycache__/{__init__.cpython-34.pyc => __init__.cpython-35.pyc} (77%)
 create mode 100644 tests/__pycache__/settings.cpython-35.pyc
 copy tests/myapp/__pycache__/{__init__.cpython-34.pyc => __init__.cpython-35.pyc} (75%)
 create mode 100644 tests/myapp/__pycache__/admin.cpython-35.pyc
 copy tests/myapp/__pycache__/{models.cpython-34.pyc => models.cpython-35.pyc} (99%)
 copy tests/myapp/__pycache__/{tests.cpython-34.pyc => tests.cpython-35.pyc} (73%)
 copy tests/myapp/__pycache__/{urls.cpython-34.pyc => urls.cpython-35.pyc} (98%)

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