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

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Mon Dec 25 15:47:29 UTC 2017


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  f5bbe75   New upstream version 1.8
       new  6c405cb   New upstream version 1.9.1

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                                        | 13 +++---
 Makefile                                           |  6 +--
 README.rst                                         |  2 +-
 debug_toolbar/panels/profiling.py                  | 33 +++++++-------
 debug_toolbar/panels/redirects.py                  |  6 ++-
 debug_toolbar/panels/request.py                    |  2 +-
 debug_toolbar/panels/sql/views.py                  | 14 +++---
 debug_toolbar/panels/templates/panel.py            |  3 ++
 debug_toolbar/panels/templates/views.py            | 11 +++--
 debug_toolbar/panels/versions.py                   | 29 +++++++-----
 debug_toolbar/static/debug_toolbar/js/toolbar.js   |  7 ++-
 debug_toolbar/templates/debug_toolbar/base.html    |  5 ++-
 .../templates/debug_toolbar/panels/templates.html  |  2 +-
 docs/changes.rst                                   | 27 +++++++++++
 docs/conf.py                                       |  4 +-
 docs/configuration.rst                             | 13 ++++--
 requirements_dev.txt                               |  3 +-
 setup.cfg                                          |  5 ++-
 setup.py                                           |  3 +-
 tests/base.py                                      | 14 ++++++
 tests/panels/test_cache.py                         |  1 +
 tests/panels/test_logging.py                       |  1 +
 tests/panels/test_profiling.py                     | 31 ++++++++++++-
 tests/panels/test_redirects.py                     |  2 -
 tests/panels/test_request.py                       |  1 +
 tests/panels/test_sql.py                           |  1 +
 tests/panels/test_staticfiles.py                   |  1 +
 tests/panels/test_template.py                      |  1 +
 tests/panels/test_versions.py                      | 52 ++++++++++++++++++++++
 tests/settings.py                                  |  4 +-
 tests/test_integration.py                          | 23 +++++++++-
 tests/urls.py                                      |  2 +
 tests/views.py                                     | 16 ++++++-
 tox.ini                                            | 17 +++----
 34 files changed, 271 insertions(+), 84 deletions(-)
 create mode 100644 tests/panels/test_versions.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