[Python-modules-commits] [python-django-debug-toolbar] branch master updated (c0c9a59 -> ffbab10)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Mon Jul 3 15:22:47 UTC 2017


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

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

      from  c0c9a59   releasing package python-django-debug-toolbar version 1:1.6-1
      adds  f5bbe75   New upstream version 1.8
      adds  805b530   Merge tag 'upstream/1.8'
      adds  d297ffb   New upstream release.
      adds  4c5c912   Drop XS-Testsuite header, now automatically injected.
      adds  e48f248   Depend on python{3}-django-jinja.
      adds  ffbab10   releasing package python-django-debug-toolbar version 1:1.8-1

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  48 +++++---
 README.rst                                         |   2 +-
 debian/changelog                                   |   8 ++
 debian/control                                     |   3 +-
 debug_toolbar/__init__.py                          |   9 +-
 debug_toolbar/apps.py                              |   4 +-
 debug_toolbar/decorators.py                        |  16 +++
 debug_toolbar/middleware.py                        |  35 +++---
 debug_toolbar/panels/request.py                    |   6 +-
 debug_toolbar/panels/signals.py                    |   9 +-
 debug_toolbar/panels/sql/forms.py                  |  15 +--
 debug_toolbar/panels/sql/panel.py                  |  14 +--
 debug_toolbar/panels/sql/tracking.py               |  17 ++-
 debug_toolbar/panels/sql/views.py                  |   6 +-
 debug_toolbar/panels/staticfiles.py                |   1 +
 debug_toolbar/panels/templates/panel.py            | 123 +++++++++++++--------
 debug_toolbar/panels/templates/views.py            |  35 ++++--
 debug_toolbar/settings.py                          |   8 +-
 debug_toolbar/static/debug_toolbar/css/toolbar.css |   3 +-
 .../static/debug_toolbar/js/toolbar.timer.js       |   4 +-
 .../templates/debug_toolbar/panels/request.html    |  16 +--
 .../templates/debug_toolbar/panels/sql.html        |   8 +-
 .../templates/debug_toolbar/panels/templates.html  |   2 +-
 .../templates/debug_toolbar/panels/timer.html      |  12 +-
 .../templates/debug_toolbar/panels/versions.html   |   7 +-
 debug_toolbar/toolbar.py                           |  28 +----
 debug_toolbar/utils.py                             |   7 +-
 debug_toolbar/views.py                             |   2 +
 docs/changes.rst                                   |  44 ++++++++
 docs/conf.py                                       |   8 +-
 docs/configuration.rst                             |  15 ++-
 docs/contributing.rst                              |   8 +-
 docs/installation.rst                              |   4 +-
 docs/panels.rst                                    |  16 ++-
 docs/tips.rst                                      |   5 +-
 example/templates/index.html                       |   2 +-
 example/templates/jquery/index.html                |   2 +-
 example/templates/mootools/index.html              |   2 +-
 example/templates/prototype/index.html             |   3 +-
 requirements_dev.txt                               |   1 +
 setup.py                                           |   6 +-
 tests/panels/test_redirects.py                     |   2 +-
 tests/panels/test_sql.py                           |   2 +-
 tests/panels/test_template.py                      |  14 ++-
 tests/settings.py                                  |   7 ++
 tests/templates/jinja2/basic.jinja                 |   2 +
 tests/test_integration.py                          | 113 +++++++++++++++++++
 tests/urls.py                                      |   1 +
 tests/views.py                                     |   4 +
 tox.ini                                            |  10 +-
 50 files changed, 522 insertions(+), 197 deletions(-)
 create mode 100644 debug_toolbar/decorators.py
 mode change 100644 => 100755 setup.py
 create mode 100644 tests/templates/jinja2/basic.jinja

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