[Python-modules-commits] [python-django-debug-toolbar] branch master updated (502e791 -> b7f50cf)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sat Aug 20 17:34:03 UTC 2016


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  502e791   Fixed VCS URL (https)
       new  28ed087   Bump Standards-Version to 3.9.8, no changes.
       new  6e230f0   Imported Upstream version 1.5
       new  6ca6d5b   Merge tag 'upstream/1.5'
       new  e876f6e   New upstream release.
       new  1a58c10   django-1.10-compat.patch: Make DebugToolarMiddleware compatible with Django 1.10's MIDDLEWARE setting (Closes: #828664).
       new  6fa3187   sqlparse-downgrade.patch: Restore compatibility with sqlparse < 0.2.0 as Debian has 0.1.18.
       new  5603987   Add description to sqlparse-downgrade.patch
       new  b7f50cf   releasing package python-django-debug-toolbar version 1:1.5-1

The 8 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:
 .gitignore                                         |   2 +
 .travis.yml                                        |  20 +--
 Makefile                                           |   6 +
 README.rst                                         |   5 +-
 debian/changelog                                   |  13 +-
 debian/control                                     |   6 +-
 debian/patches/django-1.10-compat.patch            |  92 ++++++++++
 debian/patches/series                              |   2 +
 debian/patches/sqlparse-downgrade.patch            |  21 +++
 debug_toolbar/apps.py                              |   2 +-
 debug_toolbar/compat.py                            |  54 ------
 debug_toolbar/middleware.py                        |  17 +-
 debug_toolbar/panels/__init__.py                   |   2 +-
 debug_toolbar/panels/cache.py                      |   2 +-
 debug_toolbar/panels/profiling.py                  |   2 +-
 debug_toolbar/panels/sql/panel.py                  |   8 +-
 debug_toolbar/panels/sql/tracking.py               |   8 +-
 debug_toolbar/panels/sql/utils.py                  |   2 +-
 debug_toolbar/panels/templates/panel.py            |  90 ++++------
 debug_toolbar/panels/templates/views.py            |   5 +-
 debug_toolbar/settings.py                          | 195 +++++++++++----------
 debug_toolbar/static/debug_toolbar/css/toolbar.css |  12 +-
 .../static/debug_toolbar/js/jquery_post.js         |   5 +-
 .../static/debug_toolbar/js/jquery_pre.js          |   6 +-
 debug_toolbar/static/debug_toolbar/js/toolbar.js   |  18 +-
 .../static/debug_toolbar/js/toolbar.timer.js       |  12 +-
 debug_toolbar/templates/debug_toolbar/base.html    |   6 +-
 .../templates/debug_toolbar/panels/cache.html      |   2 +-
 .../templates/debug_toolbar/panels/headers.html    |   2 +-
 .../templates/debug_toolbar/panels/logging.html    |   2 +-
 .../templates/debug_toolbar/panels/profiling.html  |   2 +-
 .../templates/debug_toolbar/panels/request.html    |  12 +-
 .../templates/debug_toolbar/panels/settings.html   |   2 +-
 .../templates/debug_toolbar/panels/signals.html    |   2 +-
 .../templates/debug_toolbar/panels/sql.html        |  10 +-
 .../debug_toolbar/panels/sql_explain.html          |   2 +-
 .../debug_toolbar/panels/sql_profile.html          |   2 +-
 .../templates/debug_toolbar/panels/sql_select.html |   2 +-
 .../debug_toolbar/panels/staticfiles.html          |   2 +-
 .../templates/debug_toolbar/panels/templates.html  |   4 +-
 .../templates/debug_toolbar/panels/timer.html      |   4 +-
 .../templates/debug_toolbar/panels/versions.html   |   2 +-
 debug_toolbar/templatetags/debug_toolbar_compat.py |  13 --
 debug_toolbar/toolbar.py                           |   4 +-
 debug_toolbar/utils.py                             |  60 +++++--
 docs/changes.rst                                   |  19 +-
 docs/conf.py                                       |   4 +-
 docs/installation.rst                              |  78 +++++----
 docs/panels.rst                                    |  18 ++
 example/README.rst                                 |   2 +-
 example/settings.py                                |  13 +-
 setup.py                                           |   9 +-
 tests/__init__.py                                  |   6 +-
 tests/panels/test_redirects.py                     |   9 +-
 tests/panels/test_sql.py                           |   6 +-
 tests/settings.py                                  |   8 +
 tests/test_integration.py                          |  15 +-
 tox.ini                                            |  16 +-
 58 files changed, 541 insertions(+), 404 deletions(-)
 create mode 100644 debian/patches/django-1.10-compat.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/sqlparse-downgrade.patch
 delete mode 100644 debug_toolbar/templatetags/debug_toolbar_compat.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