django-debug-toolbar 4.4.1__tar.gz → 4.4.2__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.1 → django_debug_toolbar-4.4.2}/.pre-commit-config.yaml +5 -5
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/PKG-INFO +2 -2
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/README.rst +1 -1
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/__init__.py +1 -1
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/middleware.py +1 -1
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/templates/panel.py +1 -1
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/static/debug_toolbar/css/toolbar.css +0 -3
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/changes.rst +8 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/conf.py +1 -1
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/configuration.rst +2 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/installation.rst +33 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/pyproject.toml +25 -25
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_sql.py +1 -1
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.editorconfig +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.github/dependabot.yml +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.github/workflows/coverage.yml +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.github/workflows/release.yml +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.github/workflows/test.yml +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.gitignore +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.readthedocs.yaml +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/.tx/config +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/CODE_OF_CONDUCT.md +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/CONTRIBUTING.md +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/LICENSE +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/Makefile +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/_stubs.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/apps.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/decorators.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/forms.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/ca/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/ca/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/cs/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/cs/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/de/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/de/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/en/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/en/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/es/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/es/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/fa/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/fa/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/fi/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/fi/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/fr/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/fr/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/he/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/he/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/id/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/id/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/it/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/it/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/ja/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/ja/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/nl/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/nl/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/pl/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/pl/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/pt/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/pt/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/ru/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/ru/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/sk/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/sk/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/sv_SE/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/uk/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/uk/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.mo +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/locale/zh_CN/LC_MESSAGES/django.po +0 -0
- {django_debug_toolbar-4.4.1/tests/panels → django_debug_toolbar-4.4.2/debug_toolbar/management}/__init__.py +0 -0
- {django_debug_toolbar-4.4.1/tests → django_debug_toolbar-4.4.2/debug_toolbar/management}/commands/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/management/commands/debugsqlshell.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/cache.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/headers.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/history/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/history/forms.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/history/panel.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/history/views.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/profiling.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/redirects.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/request.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/settings.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/signals.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/forms.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/panel.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/tracking.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/utils.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/views.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/staticfiles.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/templates/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/templates/views.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/timer.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/versions.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/settings.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/static/debug_toolbar/css/print.css +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/static/debug_toolbar/js/history.js +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/static/debug_toolbar/js/redirect.js +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/static/debug_toolbar/js/timer.js +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/static/debug_toolbar/js/toolbar.js +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/static/debug_toolbar/js/utils.js +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/base.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/includes/panel_button.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/includes/panel_content.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/includes/theme_selector.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/cache.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/headers.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/history.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/history_tr.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/profiling.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/request.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/request_variables.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/settings.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/signals.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/sql.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/sql_explain.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/sql_profile.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/sql_select.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/staticfiles.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/template_source.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/templates.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/timer.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/panels/versions.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/templates/debug_toolbar/redirect.html +0 -0
- {django_debug_toolbar-4.4.1/tests → django_debug_toolbar-4.4.2/debug_toolbar/templatetags}/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/toolbar.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/urls.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/utils.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/views.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/Makefile +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/architecture.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/checks.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/commands.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/contributing.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/index.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/make.bat +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/panels.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/spelling_wordlist.txt +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/docs/tips.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/eslint.config.js +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/README.rst +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/django-debug-toolbar.png +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/example.db +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/manage.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/screenshot.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/settings.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/static/test.css +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/htmx/boost.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/index.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/jquery/index.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/mootools/index.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/prototype/index.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/turbo/index.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/test_views.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/urls.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/views.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/wsgi.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/requirements_dev.txt +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/setup.py +0 -0
- {django_debug_toolbar-4.4.1/debug_toolbar/templatetags → django_debug_toolbar-4.4.2/tests}/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/additional_static/base.css +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/base.py +0 -0
- {django_debug_toolbar-4.4.1/debug_toolbar/management → django_debug_toolbar-4.4.2/tests}/commands/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/commands/test_debugsqlshell.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/context_processors.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/forms.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/loaders.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/middleware.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/models.py +0 -0
- {django_debug_toolbar-4.4.1/debug_toolbar/management → django_debug_toolbar-4.4.2/tests/panels}/__init__.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_cache.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_custom.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_history.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_profiling.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_redirects.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_request.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_settings.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_staticfiles.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_template.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/panels/test_versions.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/settings.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/sync.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/ajax/ajax.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/base.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/basic.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/jinja2/basic.jinja +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/registration/login.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/sql/flat.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/sql/included.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/sql/nested.html +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/test_checks.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/test_decorators.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/test_forms.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/test_integration.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/test_utils.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/urls.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/urls_invalid.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/urls_use_package_urls.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/views.py +0 -0
- {django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tox.ini +0 -0
|
@@ -14,7 +14,7 @@ repos:
|
|
|
14
14
|
hooks:
|
|
15
15
|
- id: doc8
|
|
16
16
|
- repo: https://github.com/adamchainz/django-upgrade
|
|
17
|
-
rev: 1.
|
|
17
|
+
rev: 1.17.0
|
|
18
18
|
hooks:
|
|
19
19
|
- id: django-upgrade
|
|
20
20
|
args: [--target-version, "4.2"]
|
|
@@ -32,7 +32,7 @@ repos:
|
|
|
32
32
|
args:
|
|
33
33
|
- --trailing-comma=es5
|
|
34
34
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
35
|
-
rev: v9.
|
|
35
|
+
rev: v9.3.0
|
|
36
36
|
hooks:
|
|
37
37
|
- id: eslint
|
|
38
38
|
additional_dependencies:
|
|
@@ -44,16 +44,16 @@ repos:
|
|
|
44
44
|
args:
|
|
45
45
|
- --fix
|
|
46
46
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
47
|
-
rev: 'v0.
|
|
47
|
+
rev: 'v0.4.5'
|
|
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: 1.
|
|
53
|
+
rev: 2.1.3
|
|
54
54
|
hooks:
|
|
55
55
|
- id: pyproject-fmt
|
|
56
56
|
- repo: https://github.com/abravalheri/validate-pyproject
|
|
57
|
-
rev: v0.
|
|
57
|
+
rev: v0.18
|
|
58
58
|
hooks:
|
|
59
59
|
- id: 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.2
|
|
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.2. 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.2. 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.2"
|
|
8
8
|
|
|
9
9
|
# Code that discovers files or modules in INSTALLED_APPS imports this module.
|
|
10
10
|
urls = "debug_toolbar.urls", APP_NAME
|
|
@@ -20,7 +20,7 @@ def show_toolbar(request):
|
|
|
20
20
|
"""
|
|
21
21
|
Default function to determine whether to show the toolbar on a given page.
|
|
22
22
|
"""
|
|
23
|
-
internal_ips = settings.INTERNAL_IPS
|
|
23
|
+
internal_ips = list(settings.INTERNAL_IPS)
|
|
24
24
|
|
|
25
25
|
try:
|
|
26
26
|
# This is a hack for docker installations. It attempts to look
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/templates/panel.py
RENAMED
|
@@ -158,7 +158,7 @@ class TemplatesPanel(Panel):
|
|
|
158
158
|
f"<<{value.__class__.__name__.lower()} of {value.model._meta.label}>>"
|
|
159
159
|
)
|
|
160
160
|
else:
|
|
161
|
-
token = allow_sql.set(False)
|
|
161
|
+
token = allow_sql.set(False)
|
|
162
162
|
try:
|
|
163
163
|
saferepr(value) # this MAY trigger a db query
|
|
164
164
|
except SQLQueryTriggered:
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
12
12
|
"Noto Color Emoji";
|
|
13
13
|
|
|
14
|
-
color-scheme: light;
|
|
15
14
|
--djdt-font-color: black;
|
|
16
15
|
--djdt-background-color: white;
|
|
17
16
|
--djdt-panel-content-background-color: #eee;
|
|
@@ -35,7 +34,6 @@
|
|
|
35
34
|
|
|
36
35
|
@media (prefers-color-scheme: dark) {
|
|
37
36
|
:root {
|
|
38
|
-
color-scheme: dark;
|
|
39
37
|
--djdt-font-color: #8393a7;
|
|
40
38
|
--djdt-background-color: #1e293bff;
|
|
41
39
|
--djdt-panel-content-background-color: #0f1729ff;
|
|
@@ -58,7 +56,6 @@
|
|
|
58
56
|
}
|
|
59
57
|
|
|
60
58
|
#djDebug[data-theme="dark"] {
|
|
61
|
-
color-scheme: dark;
|
|
62
59
|
--djdt-font-color: #8393a7;
|
|
63
60
|
--djdt-background-color: #1e293bff;
|
|
64
61
|
--djdt-panel-content-background-color: #0f1729ff;
|
|
@@ -4,6 +4,14 @@ Change log
|
|
|
4
4
|
Pending
|
|
5
5
|
-------
|
|
6
6
|
|
|
7
|
+
4.4.2 (2024-05-27)
|
|
8
|
+
------------------
|
|
9
|
+
|
|
10
|
+
* Removed some CSS which wasn't carefully limited to the toolbar's elements.
|
|
11
|
+
* Stopped assuming that ``INTERNAL_IPS`` is a list.
|
|
12
|
+
* Added a section to the installation docs about running tests in projects
|
|
13
|
+
where the toolbar is being used.
|
|
14
|
+
|
|
7
15
|
|
|
8
16
|
4.4.1 (2024-05-26)
|
|
9
17
|
------------------
|
|
@@ -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.2"
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
# -- General configuration ---------------------------------------------------
|
|
@@ -156,6 +156,39 @@ option.
|
|
|
156
156
|
able to get the toolbar to work with your docker installation, review
|
|
157
157
|
the code in ``debug_toolbar.middleware.show_toolbar``.
|
|
158
158
|
|
|
159
|
+
7. Disable the toolbar when running tests (optional)
|
|
160
|
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
161
|
+
|
|
162
|
+
If you're running tests in your project you shouldn't activate the toolbar. You
|
|
163
|
+
can do this by adding another setting:
|
|
164
|
+
|
|
165
|
+
.. code-block:: python
|
|
166
|
+
|
|
167
|
+
TESTING = "test" in sys.argv
|
|
168
|
+
|
|
169
|
+
if not TESTING:
|
|
170
|
+
INSTALLED_APPS = [
|
|
171
|
+
*INSTALLED_APPS,
|
|
172
|
+
"debug_toolbar",
|
|
173
|
+
]
|
|
174
|
+
MIDDLEWARE = [
|
|
175
|
+
"debug_toolbar.middleware.DebugToolbarMiddleware",
|
|
176
|
+
*MIDDLEWARE,
|
|
177
|
+
]
|
|
178
|
+
|
|
179
|
+
You should also modify your URLconf file:
|
|
180
|
+
|
|
181
|
+
.. code-block:: python
|
|
182
|
+
|
|
183
|
+
if not settings.TESTING:
|
|
184
|
+
urlpatterns = [
|
|
185
|
+
*urlpatterns,
|
|
186
|
+
path("__debug__/", include("debug_toolbar.urls")),
|
|
187
|
+
]
|
|
188
|
+
|
|
189
|
+
Alternatively, you can check out the :ref:`IS_RUNNING_TESTS <IS_RUNNING_TESTS>`
|
|
190
|
+
option.
|
|
191
|
+
|
|
159
192
|
Troubleshooting
|
|
160
193
|
---------------
|
|
161
194
|
|
|
@@ -8,9 +8,9 @@ requires = [
|
|
|
8
8
|
name = "django-debug-toolbar"
|
|
9
9
|
description = "A configurable set of panels that display various debug information about the current request/response."
|
|
10
10
|
readme = "README.rst"
|
|
11
|
-
license = {text = "BSD-3-Clause"}
|
|
11
|
+
license = { text = "BSD-3-Clause" }
|
|
12
12
|
authors = [
|
|
13
|
-
|
|
13
|
+
{ name = "Rob Hudson" },
|
|
14
14
|
]
|
|
15
15
|
requires-python = ">=3.8"
|
|
16
16
|
classifiers = [
|
|
@@ -35,19 +35,20 @@ dynamic = [
|
|
|
35
35
|
"version",
|
|
36
36
|
]
|
|
37
37
|
dependencies = [
|
|
38
|
-
"
|
|
38
|
+
"django>=4.2.9",
|
|
39
39
|
"sqlparse>=0.2",
|
|
40
40
|
]
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
Homepage = "https://github.com/jazzband/django-debug-toolbar"
|
|
41
|
+
urls.Download = "https://pypi.org/project/django-debug-toolbar/"
|
|
42
|
+
urls.Homepage = "https://github.com/jazzband/django-debug-toolbar"
|
|
44
43
|
|
|
45
44
|
[tool.hatch.build.targets.sdist]
|
|
46
45
|
# Jazzband's release process is limited to 2.2 metadata
|
|
47
46
|
core-metadata-version = "2.2"
|
|
48
47
|
|
|
49
48
|
[tool.hatch.build.targets.wheel]
|
|
50
|
-
packages = [
|
|
49
|
+
packages = [
|
|
50
|
+
"debug_toolbar",
|
|
51
|
+
]
|
|
51
52
|
# Jazzband's release process is limited to 2.2 metadata
|
|
52
53
|
core-metadata-version = "2.2"
|
|
53
54
|
|
|
@@ -55,12 +56,11 @@ core-metadata-version = "2.2"
|
|
|
55
56
|
path = "debug_toolbar/__init__.py"
|
|
56
57
|
|
|
57
58
|
[tool.ruff]
|
|
58
|
-
fix = true
|
|
59
|
-
show-fixes = true
|
|
60
59
|
target-version = "py38"
|
|
61
60
|
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
fix = true
|
|
62
|
+
show-fixes = true
|
|
63
|
+
lint.extend-select = [
|
|
64
64
|
"ASYNC", # flake8-async
|
|
65
65
|
"B", # flake8-bugbear
|
|
66
66
|
"C4", # flake8-comprehensions
|
|
@@ -79,23 +79,18 @@ extend-select = [
|
|
|
79
79
|
"UP", # pyupgrade
|
|
80
80
|
"W", # pycodestyle warnings
|
|
81
81
|
]
|
|
82
|
-
extend-ignore = [
|
|
82
|
+
lint.extend-ignore = [
|
|
83
83
|
"B905", # Allow zip() without strict=
|
|
84
84
|
"E501", # Ignore line length violations
|
|
85
85
|
"SIM108", # Use ternary operator instead of if-else-block
|
|
86
|
+
"UP031", # It's not always wrong to use percent-formatting
|
|
86
87
|
]
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
[tool.ruff.lint.mccabe]
|
|
92
|
-
max-complexity = 16
|
|
93
|
-
|
|
94
|
-
[tool.ruff.lint.per-file-ignores]
|
|
95
|
-
"*/migrat*/*" = [
|
|
96
|
-
"N806", # Allow using PascalCase model names in migrations
|
|
97
|
-
"N999", # Ignore the fact that migration files are invalid module names
|
|
88
|
+
lint.per-file-ignores."*/migrat*/*" = [
|
|
89
|
+
"N806", # Allow using PascalCase model names in migrations
|
|
90
|
+
"N999", # Ignore the fact that migration files are invalid module names
|
|
98
91
|
]
|
|
92
|
+
lint.isort.combine-as-imports = true
|
|
93
|
+
lint.mccabe.max-complexity = 16
|
|
99
94
|
|
|
100
95
|
[tool.coverage.html]
|
|
101
96
|
skip_covered = true
|
|
@@ -104,10 +99,15 @@ skip_empty = true
|
|
|
104
99
|
[tool.coverage.run]
|
|
105
100
|
branch = true
|
|
106
101
|
parallel = true
|
|
107
|
-
source = [
|
|
102
|
+
source = [
|
|
103
|
+
"debug_toolbar",
|
|
104
|
+
]
|
|
108
105
|
|
|
109
106
|
[tool.coverage.paths]
|
|
110
|
-
source = [
|
|
107
|
+
source = [
|
|
108
|
+
"src",
|
|
109
|
+
".tox/*/site-packages",
|
|
110
|
+
]
|
|
111
111
|
|
|
112
112
|
[tool.coverage.report]
|
|
113
113
|
# Update coverage badge link in README.rst when fail_under changes
|
|
@@ -126,7 +126,7 @@ class SQLPanelTestCase(BaseTestCase):
|
|
|
126
126
|
await sync_to_async(sql_call)()
|
|
127
127
|
|
|
128
128
|
async def task():
|
|
129
|
-
sql_tracking.allow_sql.set(False)
|
|
129
|
+
sql_tracking.allow_sql.set(False)
|
|
130
130
|
# By disabling sql_tracking.allow_sql, we are indicating that any
|
|
131
131
|
# future SQL queries should be stopped. If SQL query occurs,
|
|
132
132
|
# it raises an exception.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/history/__init__.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/history/forms.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/history/panel.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/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.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/sql/tracking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/staticfiles.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/debug_toolbar/panels/templates/__init__.py
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/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
|
|
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.1 → django_debug_toolbar-4.4.2}/example/templates/jquery/index.html
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/mootools/index.html
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/example/templates/prototype/index.html
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/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
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/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
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/tests/templates/jinja2/basic.jinja
RENAMED
|
File without changes
|
{django_debug_toolbar-4.4.1 → django_debug_toolbar-4.4.2}/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
|