.coveragerc
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.rst
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/test.yml
.tx/config
debug_toolbar/__init__.py
debug_toolbar/apps.py
debug_toolbar/decorators.py
debug_toolbar/forms.py
debug_toolbar/middleware.py
debug_toolbar/settings.py
debug_toolbar/toolbar.py
debug_toolbar/utils.py
debug_toolbar/views.py
debug_toolbar/locale/ca/LC_MESSAGES/django.mo
debug_toolbar/locale/ca/LC_MESSAGES/django.po
debug_toolbar/locale/cs/LC_MESSAGES/django.mo
debug_toolbar/locale/cs/LC_MESSAGES/django.po
debug_toolbar/locale/de/LC_MESSAGES/django.mo
debug_toolbar/locale/de/LC_MESSAGES/django.po
debug_toolbar/locale/en/LC_MESSAGES/django.mo
debug_toolbar/locale/en/LC_MESSAGES/django.po
debug_toolbar/locale/es/LC_MESSAGES/django.mo
debug_toolbar/locale/es/LC_MESSAGES/django.po
debug_toolbar/locale/fi/LC_MESSAGES/django.mo
debug_toolbar/locale/fi/LC_MESSAGES/django.po
debug_toolbar/locale/fr/LC_MESSAGES/django.mo
debug_toolbar/locale/fr/LC_MESSAGES/django.po
debug_toolbar/locale/he/LC_MESSAGES/django.mo
debug_toolbar/locale/he/LC_MESSAGES/django.po
debug_toolbar/locale/id/LC_MESSAGES/django.mo
debug_toolbar/locale/id/LC_MESSAGES/django.po
debug_toolbar/locale/it/LC_MESSAGES/django.mo
debug_toolbar/locale/it/LC_MESSAGES/django.po
debug_toolbar/locale/nl/LC_MESSAGES/django.mo
debug_toolbar/locale/nl/LC_MESSAGES/django.po
debug_toolbar/locale/pl/LC_MESSAGES/django.mo
debug_toolbar/locale/pl/LC_MESSAGES/django.po
debug_toolbar/locale/pt/LC_MESSAGES/django.mo
debug_toolbar/locale/pt/LC_MESSAGES/django.po
debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo
debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po
debug_toolbar/locale/ru/LC_MESSAGES/django.mo
debug_toolbar/locale/ru/LC_MESSAGES/django.po
debug_toolbar/locale/sk/LC_MESSAGES/django.mo
debug_toolbar/locale/sk/LC_MESSAGES/django.po
debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo
debug_toolbar/locale/sv_SE/LC_MESSAGES/django.po
debug_toolbar/locale/uk/LC_MESSAGES/django.mo
debug_toolbar/locale/uk/LC_MESSAGES/django.po
debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo
debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po
debug_toolbar/management/__init__.py
debug_toolbar/management/commands/__init__.py
debug_toolbar/management/commands/debugsqlshell.py
debug_toolbar/panels/__init__.py
debug_toolbar/panels/cache.py
debug_toolbar/panels/headers.py
debug_toolbar/panels/logging.py
debug_toolbar/panels/profiling.py
debug_toolbar/panels/redirects.py
debug_toolbar/panels/request.py
debug_toolbar/panels/settings.py
debug_toolbar/panels/signals.py
debug_toolbar/panels/staticfiles.py
debug_toolbar/panels/timer.py
debug_toolbar/panels/versions.py
debug_toolbar/panels/history/forms.py
debug_toolbar/panels/history/panel.py
debug_toolbar/panels/history/views.py
debug_toolbar/panels/sql/__init__.py
debug_toolbar/panels/sql/forms.py
debug_toolbar/panels/sql/panel.py
debug_toolbar/panels/sql/tracking.py
debug_toolbar/panels/sql/utils.py
debug_toolbar/panels/sql/views.py
debug_toolbar/panels/templates/__init__.py
debug_toolbar/panels/templates/panel.py
debug_toolbar/panels/templates/views.py
debug_toolbar/static/debug_toolbar/css/print.css
debug_toolbar/static/debug_toolbar/css/toolbar.css
debug_toolbar/static/debug_toolbar/img/ajax-loader.gif
debug_toolbar/static/debug_toolbar/img/back.png
debug_toolbar/static/debug_toolbar/img/back_hover.png
debug_toolbar/static/debug_toolbar/img/close.png
debug_toolbar/static/debug_toolbar/img/close_hover.png
debug_toolbar/static/debug_toolbar/img/djdt_vertical.png
debug_toolbar/static/debug_toolbar/img/indicator.png
debug_toolbar/static/debug_toolbar/js/redirect.js
debug_toolbar/static/debug_toolbar/js/toolbar.js
debug_toolbar/static/debug_toolbar/js/toolbar.timer.js
debug_toolbar/templates/debug_toolbar/base.html
debug_toolbar/templates/debug_toolbar/redirect.html
debug_toolbar/templates/debug_toolbar/panels/cache.html
debug_toolbar/templates/debug_toolbar/panels/headers.html
debug_toolbar/templates/debug_toolbar/panels/logging.html
debug_toolbar/templates/debug_toolbar/panels/profiling.html
debug_toolbar/templates/debug_toolbar/panels/request.html
debug_toolbar/templates/debug_toolbar/panels/settings.html
debug_toolbar/templates/debug_toolbar/panels/signals.html
debug_toolbar/templates/debug_toolbar/panels/sql.html
debug_toolbar/templates/debug_toolbar/panels/sql_explain.html
debug_toolbar/templates/debug_toolbar/panels/sql_profile.html
debug_toolbar/templates/debug_toolbar/panels/sql_select.html
debug_toolbar/templates/debug_toolbar/panels/sql_stacktrace.html
debug_toolbar/templates/debug_toolbar/panels/staticfiles.html
debug_toolbar/templates/debug_toolbar/panels/template_source.html
debug_toolbar/templates/debug_toolbar/panels/templates.html
debug_toolbar/templates/debug_toolbar/panels/timer.html
debug_toolbar/templates/debug_toolbar/panels/versions.html
debug_toolbar/templatetags/__init__.py
django_debug_toolbar.egg-info/PKG-INFO
django_debug_toolbar.egg-info/SOURCES.txt
django_debug_toolbar.egg-info/dependency_links.txt
django_debug_toolbar.egg-info/not-zip-safe
django_debug_toolbar.egg-info/requires.txt
django_debug_toolbar.egg-info/top_level.txt
docs/Makefile
docs/changes.rst
docs/commands.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/panels.rst
docs/tips.rst
example/README.rst
example/__init__.py
example/django-debug-toolbar.png
example/example.db
example/manage.py
example/settings.py
example/urls.py
example/wsgi.py
example/static/test.css
example/templates/index.html
example/templates/jquery/index.html
example/templates/mootools/index.html
example/templates/prototype/index.html
tests/__init__.py
tests/base.py
tests/context_processors.py
tests/forms.py
tests/loaders.py
tests/models.py
tests/settings.py
tests/test_forms.py
tests/test_integration.py
tests/test_utils.py
tests/urls.py
tests/views.py
tests/additional_static/base.css
tests/commands/__init__.py
tests/commands/test_debugsqlshell.py
tests/panels/__init__.py
tests/panels/test_cache.py
tests/panels/test_logging.py
tests/panels/test_profiling.py
tests/panels/test_redirects.py
tests/panels/test_request.py
tests/panels/test_sql.py
tests/panels/test_staticfiles.py
tests/panels/test_template.py
tests/panels/test_versions.py
tests/templates/base.html
tests/templates/basic.html
tests/templates/jinja2/basic.jinja