[Python-modules-commits] [python-django-debug-toolbar] 01/05: Merge tag 'upstream/1.8'
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Mon Jul 3 15:22:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to tag debian/1.8-1
in repository python-django-debug-toolbar.
commit 805b530e07d35114ea490202f26cdf042b84c9f3
Merge: c0c9a59 f5bbe75
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Mon Jul 3 10:58:25 2017 -0400
Merge tag 'upstream/1.8'
Upstream version 1.8
.travis.yml | 48 +++++---
README.rst | 2 +-
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 +-
48 files changed, 512 insertions(+), 196 deletions(-)
--
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