django-debug-toolbar 4.4.4__tar.gz → 4.4.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.pre-commit-config.yaml +2 -2
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/PKG-INFO +2 -2
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/README.rst +1 -1
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/__init__.py +1 -1
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/middleware.py +2 -10
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/alerts.py +3 -4
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/panel.py +6 -3
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/utils.py +13 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/changes.rst +13 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/conf.py +1 -1
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/panels.rst +21 -21
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/forms.py +1 -1
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.editorconfig +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.github/dependabot.yml +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.github/workflows/coverage.yml +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.github/workflows/release.yml +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.github/workflows/test.yml +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.gitignore +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.readthedocs.yaml +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/.tx/config +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/CODE_OF_CONDUCT.md +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/CONTRIBUTING.md +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/LICENSE +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/Makefile +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/_stubs.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/apps.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/decorators.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/forms.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/ca/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/ca/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/cs/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/cs/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/de/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/de/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/en/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/en/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/es/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/es/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/fa/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/fa/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/fi/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/fi/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/fr/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/he/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/he/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/id/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/id/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/it/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/it/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/ja/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/ja/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/nl/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/nl/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/pl/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/pl/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/pt/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/pt/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/ru/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/ru/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/sk/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/sk/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/uk/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/uk/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/management/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/management/commands/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/management/commands/debugsqlshell.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/cache.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/headers.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/forms.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/panel.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/views.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/profiling.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/redirects.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/request.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/settings.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/signals.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/forms.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/panel.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/tracking.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/utils.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/views.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/staticfiles.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/jinja2.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/views.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/timer.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/versions.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/settings.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/static/debug_toolbar/css/print.css +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/static/debug_toolbar/css/toolbar.css +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/static/debug_toolbar/js/history.js +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/static/debug_toolbar/js/redirect.js +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/static/debug_toolbar/js/timer.js +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/static/debug_toolbar/js/toolbar.js +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/static/debug_toolbar/js/utils.js +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/base.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/includes/panel_button.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/includes/panel_content.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/includes/theme_selector.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/alerts.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/cache.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/headers.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/history.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/history_tr.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/profiling.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/request.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/request_variables.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/settings.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/signals.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/sql.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/sql_select.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/template_source.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/templates.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/timer.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/panels/versions.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templates/debug_toolbar/redirect.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templatetags/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/toolbar.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/urls.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/views.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/Makefile +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/architecture.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/checks.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/commands.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/configuration.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/contributing.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/index.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/installation.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/make.bat +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/spelling_wordlist.txt +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/docs/tips.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/eslint.config.js +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/README.rst +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/django-debug-toolbar.png +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/example.db +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/manage.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/screenshot.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/settings.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/static/test.css +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/bad_form.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/htmx/boost.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/index.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/jinja2/index.jinja +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/jquery/index.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/mootools/index.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/prototype/index.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/turbo/index.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/test_views.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/urls.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/views.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/wsgi.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/pyproject.toml +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/requirements_dev.txt +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/setup.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/additional_static/base.css +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/base.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/commands/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/commands/test_debugsqlshell.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/context_processors.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/loaders.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/middleware.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/models.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/__init__.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_alerts.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_cache.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_custom.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_history.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_profiling.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_redirects.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_request.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_settings.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_sql.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_staticfiles.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_template.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/panels/test_versions.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/settings.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/sync.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/ajax/ajax.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/base.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/basic.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/jinja2/base.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/jinja2/basic.jinja +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/registration/login.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/sql/flat.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/sql/included.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/sql/nested.html +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/test_checks.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/test_decorators.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/test_forms.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/test_integration.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/test_toolbar.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/test_utils.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/urls.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/urls_invalid.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/urls_use_package_urls.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/views.py +0 -0
- {django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tox.ini +0 -0
|
@@ -44,13 +44,13 @@ repos:
|
|
|
44
44
|
args:
|
|
45
45
|
- --fix
|
|
46
46
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
47
|
-
rev: 'v0.5.
|
|
47
|
+
rev: 'v0.5.1'
|
|
48
48
|
hooks:
|
|
49
49
|
- id: ruff
|
|
50
50
|
args: [--fix, --exit-non-zero-on-fix]
|
|
51
51
|
- id: ruff-format
|
|
52
52
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
|
53
|
-
rev: 2.1.
|
|
53
|
+
rev: 2.1.4
|
|
54
54
|
hooks:
|
|
55
55
|
- id: pyproject-fmt
|
|
56
56
|
- repo: https://github.com/abravalheri/validate-pyproject
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: django-debug-toolbar
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.6
|
|
4
4
|
Summary: A configurable set of panels that display various debug information about the current request/response.
|
|
5
5
|
Project-URL: Download, https://pypi.org/project/django-debug-toolbar/
|
|
6
6
|
Project-URL: Homepage, https://github.com/jazzband/django-debug-toolbar
|
|
@@ -74,7 +74,7 @@ Here's a screenshot of the toolbar in action:
|
|
|
74
74
|
In addition to the built-in panels, a number of third-party panels are
|
|
75
75
|
contributed by the community.
|
|
76
76
|
|
|
77
|
-
The current stable version of the Debug Toolbar is 4.4.
|
|
77
|
+
The current stable version of the Debug Toolbar is 4.4.6. It works on
|
|
78
78
|
Django ≥ 4.2.0.
|
|
79
79
|
|
|
80
80
|
The Debug Toolbar does not currently support `Django's asynchronous views
|
|
@@ -44,7 +44,7 @@ Here's a screenshot of the toolbar in action:
|
|
|
44
44
|
In addition to the built-in panels, a number of third-party panels are
|
|
45
45
|
contributed by the community.
|
|
46
46
|
|
|
47
|
-
The current stable version of the Debug Toolbar is 4.4.
|
|
47
|
+
The current stable version of the Debug Toolbar is 4.4.6. It works on
|
|
48
48
|
Django ≥ 4.2.0.
|
|
49
49
|
|
|
50
50
|
The Debug Toolbar does not currently support `Django's asynchronous views
|
|
@@ -4,7 +4,7 @@ APP_NAME = "djdt"
|
|
|
4
4
|
|
|
5
5
|
# Do not use pkg_resources to find the version but set it here directly!
|
|
6
6
|
# see issue #1446
|
|
7
|
-
VERSION = "4.4.
|
|
7
|
+
VERSION = "4.4.6"
|
|
8
8
|
|
|
9
9
|
# Code that discovers files or modules in INSTALLED_APPS imports this module.
|
|
10
10
|
urls = "debug_toolbar.urls", APP_NAME
|
|
@@ -11,9 +11,7 @@ from django.utils.module_loading import import_string
|
|
|
11
11
|
|
|
12
12
|
from debug_toolbar import settings as dt_settings
|
|
13
13
|
from debug_toolbar.toolbar import DebugToolbar
|
|
14
|
-
from debug_toolbar.utils import clear_stack_trace_caches
|
|
15
|
-
|
|
16
|
-
_HTML_TYPES = ("text/html", "application/xhtml+xml")
|
|
14
|
+
from debug_toolbar.utils import clear_stack_trace_caches, is_processable_html_response
|
|
17
15
|
|
|
18
16
|
|
|
19
17
|
def show_toolbar(request):
|
|
@@ -102,13 +100,7 @@ class DebugToolbarMiddleware:
|
|
|
102
100
|
response.headers[header] = value
|
|
103
101
|
|
|
104
102
|
# Check for responses where the toolbar can't be inserted.
|
|
105
|
-
|
|
106
|
-
content_type = response.get("Content-Type", "").split(";")[0]
|
|
107
|
-
if (
|
|
108
|
-
getattr(response, "streaming", False)
|
|
109
|
-
or content_encoding != ""
|
|
110
|
-
or content_type not in _HTML_TYPES
|
|
111
|
-
):
|
|
103
|
+
if not is_processable_html_response(response):
|
|
112
104
|
return response
|
|
113
105
|
|
|
114
106
|
# Insert the toolbar in the response.
|
|
@@ -3,6 +3,7 @@ from html.parser import HTMLParser
|
|
|
3
3
|
from django.utils.translation import gettext_lazy as _
|
|
4
4
|
|
|
5
5
|
from debug_toolbar.panels import Panel
|
|
6
|
+
from debug_toolbar.utils import is_processable_html_response
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
class FormParser(HTMLParser):
|
|
@@ -83,8 +84,7 @@ class AlertsPanel(Panel):
|
|
|
83
84
|
|
|
84
85
|
@property
|
|
85
86
|
def nav_subtitle(self):
|
|
86
|
-
alerts
|
|
87
|
-
if alerts:
|
|
87
|
+
if alerts := self.get_stats().get("alerts"):
|
|
88
88
|
alert_text = "alert" if len(alerts) == 1 else "alerts"
|
|
89
89
|
return f"{len(alerts)} {alert_text}"
|
|
90
90
|
else:
|
|
@@ -139,8 +139,7 @@ class AlertsPanel(Panel):
|
|
|
139
139
|
return self.alerts
|
|
140
140
|
|
|
141
141
|
def generate_stats(self, request, response):
|
|
142
|
-
|
|
143
|
-
if getattr(response, "streaming", True):
|
|
142
|
+
if not is_processable_html_response(response):
|
|
144
143
|
return
|
|
145
144
|
|
|
146
145
|
html_content = response.content.decode(response.charset)
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/panel.py
RENAMED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from contextlib import contextmanager
|
|
2
|
+
from importlib.util import find_spec
|
|
2
3
|
from os.path import normpath
|
|
3
4
|
from pprint import pformat, saferepr
|
|
4
5
|
|
|
@@ -14,7 +15,11 @@ from django.utils.translation import gettext_lazy as _
|
|
|
14
15
|
from debug_toolbar.panels import Panel
|
|
15
16
|
from debug_toolbar.panels.sql.tracking import SQLQueryTriggered, allow_sql
|
|
16
17
|
from debug_toolbar.panels.templates import views
|
|
17
|
-
|
|
18
|
+
|
|
19
|
+
if find_spec("jinja2"):
|
|
20
|
+
from debug_toolbar.panels.templates.jinja2 import patch_jinja_render
|
|
21
|
+
|
|
22
|
+
patch_jinja_render()
|
|
18
23
|
|
|
19
24
|
# Monkey-patch to enable the template_rendered signal. The receiver returns
|
|
20
25
|
# immediately when the panel is disabled to keep the overhead small.
|
|
@@ -26,8 +31,6 @@ if Template._render != instrumented_test_render:
|
|
|
26
31
|
Template.original_render = Template._render
|
|
27
32
|
Template._render = instrumented_test_render
|
|
28
33
|
|
|
29
|
-
patch_jinja_render()
|
|
30
|
-
|
|
31
34
|
# Monkey-patch to store items added by template context processors. The
|
|
32
35
|
# overhead is sufficiently small to justify enabling it unconditionally.
|
|
33
36
|
|
|
@@ -353,3 +353,16 @@ def get_stack_trace(*, skip=0):
|
|
|
353
353
|
def clear_stack_trace_caches():
|
|
354
354
|
if hasattr(_local_data, "stack_trace_recorder"):
|
|
355
355
|
del _local_data.stack_trace_recorder
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
_HTML_TYPES = ("text/html", "application/xhtml+xml")
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
def is_processable_html_response(response):
|
|
362
|
+
content_encoding = response.get("Content-Encoding", "")
|
|
363
|
+
content_type = response.get("Content-Type", "").split(";")[0]
|
|
364
|
+
return (
|
|
365
|
+
not getattr(response, "streaming", False)
|
|
366
|
+
and content_encoding == ""
|
|
367
|
+
and content_type in _HTML_TYPES
|
|
368
|
+
)
|
|
@@ -4,6 +4,19 @@ Change log
|
|
|
4
4
|
Pending
|
|
5
5
|
-------
|
|
6
6
|
|
|
7
|
+
4.4.6 (2024-07-10)
|
|
8
|
+
------------------
|
|
9
|
+
|
|
10
|
+
* Changed ordering (and grammatical number) of panels and their titles in
|
|
11
|
+
documentation to match actual panel ordering and titles.
|
|
12
|
+
* Skipped processing the alerts panel when response isn't a HTML response.
|
|
13
|
+
|
|
14
|
+
4.4.5 (2024-07-05)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Avoided crashing when the alerts panel was skipped.
|
|
18
|
+
* Removed the inadvertently added hard dependency on Jinja2.
|
|
19
|
+
|
|
7
20
|
4.4.4 (2024-07-05)
|
|
8
21
|
------------------
|
|
9
22
|
|
|
@@ -25,7 +25,7 @@ copyright = "{}, Django Debug Toolbar developers and contributors"
|
|
|
25
25
|
copyright = copyright.format(datetime.date.today().year)
|
|
26
26
|
|
|
27
27
|
# The full version, including alpha/beta/rc tags
|
|
28
|
-
release = "4.4.
|
|
28
|
+
release = "4.4.6"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
# -- General configuration ---------------------------------------------------
|
|
@@ -9,17 +9,6 @@ Default built-in panels
|
|
|
9
9
|
|
|
10
10
|
The following panels are enabled by default.
|
|
11
11
|
|
|
12
|
-
Alerts
|
|
13
|
-
~~~~~~~
|
|
14
|
-
|
|
15
|
-
.. class:: debug_toolbar.panels.alerts.AlertsPanel
|
|
16
|
-
|
|
17
|
-
This panel shows alerts for a set of pre-defined cases:
|
|
18
|
-
|
|
19
|
-
- Alerts when the response has a form without the
|
|
20
|
-
``enctype="multipart/form-data"`` attribute and the form contains
|
|
21
|
-
a file input.
|
|
22
|
-
|
|
23
12
|
History
|
|
24
13
|
~~~~~~~
|
|
25
14
|
|
|
@@ -33,8 +22,8 @@ snapshot of the toolbar to view that request's stats.
|
|
|
33
22
|
``True`` or if the server runs with multiple processes, the History Panel
|
|
34
23
|
will be disabled.
|
|
35
24
|
|
|
36
|
-
|
|
37
|
-
|
|
25
|
+
Versions
|
|
26
|
+
~~~~~~~~
|
|
38
27
|
|
|
39
28
|
.. class:: debug_toolbar.panels.versions.VersionsPanel
|
|
40
29
|
|
|
@@ -80,19 +69,30 @@ SQL
|
|
|
80
69
|
|
|
81
70
|
SQL queries including time to execute and links to EXPLAIN each query.
|
|
82
71
|
|
|
83
|
-
|
|
84
|
-
|
|
72
|
+
Static files
|
|
73
|
+
~~~~~~~~~~~~
|
|
74
|
+
|
|
75
|
+
.. class:: debug_toolbar.panels.staticfiles.StaticFilesPanel
|
|
76
|
+
|
|
77
|
+
Used static files and their locations (via the ``staticfiles`` finders).
|
|
78
|
+
|
|
79
|
+
Templates
|
|
80
|
+
~~~~~~~~~
|
|
85
81
|
|
|
86
82
|
.. class:: debug_toolbar.panels.templates.TemplatesPanel
|
|
87
83
|
|
|
88
84
|
Templates and context used, and their template paths.
|
|
89
85
|
|
|
90
|
-
|
|
91
|
-
|
|
86
|
+
Alerts
|
|
87
|
+
~~~~~~~
|
|
92
88
|
|
|
93
|
-
.. class:: debug_toolbar.panels.
|
|
89
|
+
.. class:: debug_toolbar.panels.alerts.AlertsPanel
|
|
94
90
|
|
|
95
|
-
|
|
91
|
+
This panel shows alerts for a set of pre-defined cases:
|
|
92
|
+
|
|
93
|
+
- Alerts when the response has a form without the
|
|
94
|
+
``enctype="multipart/form-data"`` attribute and the form contains
|
|
95
|
+
a file input.
|
|
96
96
|
|
|
97
97
|
Cache
|
|
98
98
|
~~~~~
|
|
@@ -101,8 +101,8 @@ Cache
|
|
|
101
101
|
|
|
102
102
|
Cache queries. Is incompatible with Django's per-site caching.
|
|
103
103
|
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
Signals
|
|
105
|
+
~~~~~~~
|
|
106
106
|
|
|
107
107
|
.. class:: debug_toolbar.panels.signals.SignalsPanel
|
|
108
108
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/management/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/__init__.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/forms.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/panel.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/history/views.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/sql/tracking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/staticfiles.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/__init__.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/jinja2.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/panels/templates/views.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/debug_toolbar/templatetags/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/jinja2/index.jinja
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/jquery/index.html
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/mootools/index.html
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/prototype/index.html
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/example/templates/turbo/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/commands/test_debugsqlshell.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/jinja2/basic.jinja
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.4 → django_debug_toolbar-4.4.6}/tests/templates/registration/login.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|