Skip to content

Bump django-debug-toolbar from 7.0.0 to 7.1.0 - #25317

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-debug-toolbar-7.1.0
Open

Bump django-debug-toolbar from 7.0.0 to 7.1.0#25317
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-debug-toolbar-7.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps django-debug-toolbar from 7.0.0 to 7.1.0.

Release notes

Sourced from django-debug-toolbar's releases.

7.1.0

Changelog

  • Added a Tasks panel that shows tasks queued during the request via Django鈥檚 built-in tasks framework (django.tasks, Django 6.0+). On older versions of Django, the panel explains that upgrading is required.
  • Fixed the Django version check in the SQL panel test suite for Django鈥檚 boolean parameter handling.
  • Fixed show_toolbar_with_docker on Docker runtimes such as OrbStack that can resolve host.docker.internal to an address outside the container network.
  • Restored the select and explain buttons for queries that run without parameters.
  • Fixed the error shown when panel content fails to load, which could not find the toolbar window inside the shadow root.
  • Stopped the history panel buttons from submitting their form when clicked before the panel script has loaded, which navigated away from the page.
  • Added support for Django 6.1.

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@7.0.0...7.1.0

Changelog

Sourced from django-debug-toolbar's changelog.

7.1.0 (2026-08-10)

  • Added a Tasks panel that shows tasks queued during the request via Django's built-in tasks framework (django.tasks, Django 6.0+). On older versions of Django, the panel explains that upgrading is required.
  • Fixed the Django version check in the SQL panel test suite for Django's boolean parameter handling.
  • Fixed show_toolbar_with_docker on Docker runtimes such as OrbStack that can resolve host.docker.internal to an address outside the container network.
  • Restored the select and explain buttons for queries that run without parameters.
  • Fixed the error shown when panel content fails to load, which could not find the toolbar window inside the shadow root.
  • Stopped the history panel buttons from submitting their form when clicked before the panel script has loaded, which navigated away from the page.
  • Added support for Django 6.1.
Commits
  • a2d4260 Version 7.1.0
  • d89606a Improve selenium tests reliability in CI (#2438)
  • e367e1b Fix show_toolbar_with_docker on runtimes with unrelated host address (#2422)
  • 49f4ef3 [pre-commit.ci] pre-commit autoupdate
  • 3d3d010 Add support for Django 6.1
  • f571734 Stop the history panel buttons from submitting their forms
  • b63f4fa Actually run the Selenium tests in CI
  • 263eb79 Find the toolbar window inside the shadow root when a panel errors
  • 08151f2 Show the SQL select and explain buttons for queries without parameters
  • b10582e Assert on table textContent in the Selenium tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: django-debug-toolbar
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants