pythondotorg
pythondotorg copied to clipboard
chore(deps-dev): bump django-debug-toolbar from 3.2.1 to 5.1.0
Bumps django-debug-toolbar from 3.2.1 to 5.1.0.
Release notes
Sourced from django-debug-toolbar's releases.
5.1.0
What's Changed
- Update version for sigstore action to full version. by
@tim-schillingin django-commons/django-debug-toolbar#2056- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2053- Add Django 5.2 to tox matrix by
@tim-schillingin django-commons/django-debug-toolbar#2064- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2063- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2067- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2077- Update package metadata to include well-known labels by
@andoriyaprashantin django-commons/django-debug-toolbar#2078- Pinned django-csp's version used for our tests by
@matthiaskin django-commons/django-debug-toolbar#2084- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2080- Add resources section to the documentation by
@dr-rompecabezasin django-commons/django-debug-toolbar#2081- Make show toolbar callback function async/sync compatible. by
@tim-schillingin django-commons/django-debug-toolbar#2066- Fix last name typo in resources.rst by
@dr-rompecabezasin django-commons/django-debug-toolbar#2085- Add link to contributing documentation in CONTRIBUTING.md by
@blingblin-gin django-commons/django-debug-toolbar#2086- Pull translations from transifex by
@matthiaskin django-commons/django-debug-toolbar#2089- Replace ESLint and prettier with biome by
@matthiaskin django-commons/django-debug-toolbar#2090- Enable a few of the disabled biome rules by
@matthiaskin django-commons/django-debug-toolbar#2091- Replace forEach loops with for...of loops by
@matthiaskin django-commons/django-debug-toolbar#2093- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2095- Add help command to the Makefile by
@mrbazzanin django-commons/django-debug-toolbar#2094- Replace DebugConfiguredStorage with URLMixin in staticfiles panel by
@dr-rompecabezasin django-commons/django-debug-toolbar#2097- Fix for exception-unhandled "forked" Promise chain by
@karolyiin django-commons/django-debug-toolbar#2101- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2102- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin django-commons/django-debug-toolbar#2107- Fix Dark Mode Conflict in Pygments by
@andoriyaprashantin django-commons/django-debug-toolbar#2108- Refactor on csp_nonce usage with django-csp by
@tim-schillingin django-commons/django-debug-toolbar#2088New Contributors
@andoriyaprashantmade their first contribution in django-commons/django-debug-toolbar#2078@dr-rompecabezasmade their first contribution in django-commons/django-debug-toolbar#2081@blingblin-gmade their first contribution in django-commons/django-debug-toolbar#2086@mrbazzanmade their first contribution in django-commons/django-debug-toolbar#2094Full Changelog: https://github.com/django-commons/django-debug-toolbar/compare/5.0.1...5.1.0
5.0.1
What's Changed
There were no functional changes in this version.
PRs
- Update release workflows to latest trusted publisher GHA. by
@tim-schillingin django-commons/django-debug-toolbar#2054Full Changelog: https://github.com/django-commons/django-debug-toolbar/compare/5.0.0...5.0.1
5.0.0
What's Changed
... (truncated)
Changelog
Sourced from django-debug-toolbar's changelog.
5.1.0 (2025-03-20)
- Added Django 5.2 to the tox matrix.
- Updated package metadata to include well-known labels.
- Added resources section to the documentation.
- Wrap
SHOW_TOOLBAR_CALLBACKfunction withsync_to_asyncorasync_to_syncto allow sync/async compatibility.- Make
require_toolbardecorator compatible to async views.- Added link to contributing documentation in
CONTRIBUTING.md.- Replaced ESLint and prettier with biome in our pre-commit configuration.
- Added a Makefile target (
make help) to get a quick overview of each target.- Avoided reinitializing the staticfiles storage during instrumentation.
- Avoided a "forked" Promise chain in the rebound
window.fetchfunction with missing exception handling.- Fixed the pygments code highlighting when using dark mode.
- Fix for exception-unhandled "forked" Promise chain in rebound window.fetch
- Create a CSP nonce property on the toolbar
Toolbar().csp_nonce.5.0.1 (2025-01-13)
- Fixing the build and release process. No functional changes.
5.0.0 (2025-01-11)
- Added Python 3.13 to the CI matrix.
- Removed support for Python 3.8 as it has reached end of life.
- Converted to Django Commons PyPI release process.
- Fixed a crash which occurred when using non-
strstatic file values.- Documented experimental async support.
- Improved troubleshooting doc for incorrect mime types for .js static files
Please see everything under 5.0.0-alpha as well.
5.0.0-alpha (2024-09-01)
- Support async applications and ASGI from
Google Summer of Code Project 2024 <https://summerofcode.withgoogle.com/programs/2024/projects/iXVvyGYp>__.- Added Django 5.1 to the CI matrix.
- Added support for the
LoginRequiredMiddlewareintroduced in Django 5.1.- Support select and explain buttons for
UNIONqueries on PostgreSQL.- Fixed internal toolbar requests being instrumented if the Django setting
FORCE_SCRIPT_NAMEwas set.- Increase opacity of show Debug Toolbar handle to improve accessibility.
- Changed the
RedirectsPanelto be async compatible.- Increased the contrast of text with dark mode enabled.
- Add translations for Bulgarian and Korean.
... (truncated)
Commits
0d7b859Version 5.1.0cbb479fRefactor on csp_nonce usage with django-csp (#2088)c557f24Fix Dark Mode Conflict in Pygments (#2108)0d9b80e[pre-commit.ci] pre-commit autoupdate (#2107)86b67bbReword a changelog entry2401406[pre-commit.ci] pre-commit autoupdate (#2102)42696c2Fix for exception-unhandled "forked" Promise chain (#2101)e885fe9Replace DebugConfiguredStorage with URLMixin in staticfiles panel (#2097)b5dc19cAdd help command to the Makefile (#2094)b78fd4d[pre-commit.ci] pre-commit autoupdate (#2095)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)