[Python-modules-commits] [django-sitetree] branch upstream updated (2ec67e5 -> cd86030)
Michael Fladischer
fladi at moszumanska.debian.org
Mon Aug 29 20:52:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-sitetree.
from 2ec67e5 Import django-sitetree_1.5.1.orig.tar.gz
new cd86030 Import django-sitetree_1.6.0.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:
.travis.yml | 18 ++--
AUTHORS | 2 +
CHANGELOG | 11 +++
LICENSE | 4 +-
docs/source/conf.py | 2 +-
setup.cfg | 5 ++
sitetree/__init__.py | 2 +-
sitetree/admin.py | 12 +--
sitetree/compat.py | 37 ++++++++
sitetree/exceptions.py | 4 +
sitetree/fields.py | 16 +++-
.../management/commands/sitetree_resync_apps.py | 22 +++--
sitetree/management/commands/sitetreedump.py | 31 ++++---
sitetree/management/commands/sitetreeload.py | 52 ++++++-----
sitetree/models.py | 15 +++-
sitetree/runtests.py | 23 ++++-
sitetree/sitetreeapp.py | 41 ++++++---
sitetree/tests.py | 68 +++++++++-----
sitetree/toolbox.py | 7 ++
tox.ini | 100 ++++-----------------
20 files changed, 287 insertions(+), 185 deletions(-)
create mode 100644 setup.cfg
create mode 100644 sitetree/compat.py
create mode 100644 sitetree/exceptions.py
create mode 100644 sitetree/toolbox.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-sitetree.git
More information about the Python-modules-commits
mailing list