[Python-modules-commits] [django-sitetree] 02/03: record new upstream branch created by importing django-sitetree_1.8.0.orig.tar.gz and merge it

Michael Fladischer fladi at moszumanska.debian.org
Thu Jul 13 13:37:13 UTC 2017


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

fladi pushed a commit to branch experimental
in repository django-sitetree.

commit 916336e4711beff78d2e526903f142f0ca5e5712
Merge: 39abc27 be2c6b5
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri May 12 18:50:06 2017 +0200

    record new upstream branch created by importing django-sitetree_1.8.0.orig.tar.gz and merge it

 .travis.yml                                    |   7 ++
 AUTHORS                                        |   1 +
 CHANGELOG                                      |   6 ++
 debian/.git-dpm                                |  14 ++--
 demo/README.rst                                |  25 +++++++
 demo/db.sqlite3                                | Bin 0 -> 225280 bytes
 demo/demo/__init__.py                          |   0
 demo/demo/admin.py                             |  28 +++++++
 demo/demo/apps.py                              |   9 +++
 demo/demo/middleware.py                        |  30 ++++++++
 demo/demo/migrations/0001_initial.py           |  25 +++++++
 demo/demo/migrations/__init__.py               |   0
 demo/demo/models.py                            |  31 ++++++++
 demo/demo/sitetrees.py                         |  14 ++++
 demo/demo/static/bootstrap/bootstrap.min.css   |   9 +++
 demo/demo/static/bootstrap/bootstrap.min.js    |   6 ++
 demo/demo/static/bootstrap3/bootstrap.min.css  |   6 ++
 demo/demo/static/bootstrap3/bootstrap.min.js   |   7 ++
 demo/demo/static/foundation/app.js             |  38 ++++++++++
 demo/demo/static/foundation/foundation.min.css |   1 +
 demo/demo/static/foundation/foundation.min.js  |  98 +++++++++++++++++++++++++
 demo/demo/static/jquery-1.12.4.min.js          |   5 ++
 demo/demo/static/semantic/semantic.min.css     |  29 ++++++++
 demo/demo/static/semantic/semantic.min.js      |  15 ++++
 demo/demo/templates/_base.html                 |  33 +++++++++
 demo/demo/templates/_head_bootstrap.html       |   4 +
 demo/demo/templates/_head_bootstrap3.html      |   4 +
 demo/demo/templates/_head_foundation.html      |   6 ++
 demo/demo/templates/_head_none.html            |   8 ++
 demo/demo/templates/_head_semantic.html        |   8 ++
 demo/demo/templates/_listing_contents.html     |  19 +++++
 demo/demo/templates/demo_nav.html              |   6 ++
 demo/demo/templates/index.html                 |   6 ++
 demo/demo/templates/listing.html               |   9 +++
 demo/demo/templates/listing_bootstrap.html     |  22 ++++++
 demo/demo/templates/listing_bootstrap3.html    |  26 +++++++
 demo/demo/templates/listing_foundation.html    |  24 ++++++
 demo/demo/templates/listing_none.html          |  15 ++++
 demo/demo/templates/listing_semantic.html      |  18 +++++
 demo/demo/urls.py                              |  10 +++
 demo/demo/utils.py                             |  10 +++
 demo/demo/views.py                             |  24 ++++++
 demo/manage.py                                 |  28 +++++++
 demo/settings/__init__.py                      |   0
 demo/settings/settings.py                      |  79 ++++++++++++++++++++
 demo/settings/urls.py                          |   9 +++
 demo/settings/wsgi.py                          |  16 ++++
 docs/source/i18n.rst                           |   4 +-
 docs/source/tags.rst                           |  12 +++
 setup.py                                       |   1 +
 sitetree/__init__.py                           |   2 +-
 sitetree/sitetreeapp.py                        |   5 +-
 sitetree/templatetags/sitetree.py              |   4 +-
 sitetree/tests/conftest.py                     |  24 ++++--
 sitetree/tests/test_templatetags.py            |  20 +++++
 tox.ini                                        |   5 +-
 56 files changed, 844 insertions(+), 21 deletions(-)

diff --cc debian/.git-dpm
index aca18ec,0000000..5c9d0d4
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- c70849aabf1d13a99b861419f172c9631ac26f7e
- c70849aabf1d13a99b861419f172c9631ac26f7e
- c70849aabf1d13a99b861419f172c9631ac26f7e
- c70849aabf1d13a99b861419f172c9631ac26f7e
- django-sitetree_1.7.0.orig.tar.gz
- 56446df5f77b04fe57c8be497eb6493217277e18
- 76951
++be2c6b52a94c90b2ab3745d50bf733f81d89efda
++be2c6b52a94c90b2ab3745d50bf733f81d89efda
++be2c6b52a94c90b2ab3745d50bf733f81d89efda
++be2c6b52a94c90b2ab3745d50bf733f81d89efda
++django-sitetree_1.8.0.orig.tar.gz
++459660f553f9f69101660949ef2d9dea13d0550d
++305834
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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