[Python-modules-commits] [python-django-debug-toolbar] branch upstream updated (6e230f0 -> e3e16ca)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sun Nov 27 15:48:42 UTC 2016


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

asb pushed a change to branch upstream
in repository python-django-debug-toolbar.

      from  6e230f0   Imported Upstream version 1.5
       new  e3e16ca   Imported Upstream version 1.6

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:
 .coveragerc                                        |   6 +
 .travis.yml                                        |  39 +-
 CONTRIBUTING.md                                    |   7 +
 MANIFEST.in                                        |   1 +
 Makefile                                           |   4 +-
 README.rst                                         |  25 +-
 debug_toolbar/apps.py                              |  65 +++-
 debug_toolbar/locale/ru/LC_MESSAGES/django.mo      | Bin 9925 -> 11667 bytes
 debug_toolbar/locale/ru/LC_MESSAGES/django.po      | 395 +++++++++++----------
 debug_toolbar/middleware.py                        |  17 +-
 debug_toolbar/panels/versions.py                   |   9 +-
 debug_toolbar/settings.py                          |  86 -----
 debug_toolbar/static/debug_toolbar/js/toolbar.js   |   4 +-
 .../templates/debug_toolbar/panels/versions.html   |   6 +-
 docs/changes.rst                                   |  19 +
 docs/conf.py                                       |   4 +-
 docs/configuration.rst                             |   7 -
 docs/contributing.rst                              |  14 +-
 docs/installation.rst                              |  81 +----
 example/settings.py                                |  22 +-
 example/urls.py                                    |   7 +
 setup.py                                           |   5 +-
 tests/middleware.py                                |   7 +
 tests/settings.py                                  |  10 +-
 tests/test_integration.py                          |  69 ++++
 tox.ini                                            |  42 ++-
 26 files changed, 533 insertions(+), 418 deletions(-)
 create mode 100644 .coveragerc
 create mode 100644 CONTRIBUTING.md
 create mode 100644 tests/middleware.py

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



More information about the Python-modules-commits mailing list