[Python-modules-commits] [django-sitetree] branch upstream updated (cd6e065 -> 8f1f79a)

Michael Fladischer fladi at moszumanska.debian.org
Thu Nov 19 12:04:45 UTC 2015


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

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

      from  cd6e065   Imported Upstream version 1.4.0
       new  8f1f79a   Import django-sitetree_1.5.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:
 .codeclimate.yml                                   |  11 ++
 .gitignore                                         |   1 +
 .travis.yml                                        |  24 ++--
 AUTHORS                                            |   5 +
 CHANGELOG                                          |  11 ++
 README.rst                                         |  19 +--
 docs/source/apps.rst                               |  38 +++---
 docs/source/models.rst                             |  35 +++++-
 docs/source/quickstart.rst                         |   7 +-
 docs/source/tags.rst                               |  13 ++
 setup.py                                           |   9 +-
 sitetree/__init__.py                               |   2 +-
 sitetree/locale/nb/LC_MESSAGES/django.mo           | Bin 0 -> 5806 bytes
 sitetree/locale/{en => nb}/LC_MESSAGES/django.po   | 139 +++++++++++----------
 .../management/commands/sitetree_resync_apps.py    |  18 ++-
 sitetree/runtests.py                               |   2 +-
 sitetree/settings.py                               |   6 +
 sitetree/sitetreeapp.py                            | 123 ++++++++++++------
 sitetree/templatetags/sitetree.py                  | 119 +++++++++---------
 sitetree/tests.py                                  | 114 +++++++++++++----
 sitetree/utils.py                                  |  14 ++-
 tox.ini                                            |  16 ++-
 22 files changed, 483 insertions(+), 243 deletions(-)
 create mode 100644 .codeclimate.yml
 create mode 100644 sitetree/locale/nb/LC_MESSAGES/django.mo
 copy sitetree/locale/{en => nb}/LC_MESSAGES/django.po (60%)

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