Bump django-debug-toolbar from 3.7.0 to 4.4.5
Bumps django-debug-toolbar from 3.7.0 to 4.4.5.
Release notes
Sourced from django-debug-toolbar's releases.
4.4.5
What's Changed
- Fix #1951: Do not crash if the 'alerts' key doesn't exist by
@matthiaskin jazzband/django-debug-toolbar#1953- Only import the jinja2 instrumentation when jinja2 itself is importable by
@matthiaskin jazzband/django-debug-toolbar#1954Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.4...4.4.5
4.4.4
What's Changed
- Check for for StreamingHttpResponse when generating stats in Alert by
@danjacin jazzband/django-debug-toolbar#1946- Actually use the Jinja2 template backend by
@matthiaskin jazzband/django-debug-toolbar#1882New Contributors
@danjacmade their first contribution in jazzband/django-debug-toolbar#1946Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.3...4.4.4
4.4.3
What's Changed
- Fix overriding font-family for both light and dark themes by
@federicobondin jazzband/django-debug-toolbar#1930- Restore compatibility with iptools.IpRangeList by
@quinoxin jazzband/django-debug-toolbar#1929- Limit the cases for E001 to likely scenarios by
@tim-schillingin jazzband/django-debug-toolbar#1925- Introduce debug_toolbar_urls to simplify installation by
@tim-schillingin jazzband/django-debug-toolbar#1926- Fixed #1682 -- alert user when using file field without proper encoding by
@bkdekoningin jazzband/django-debug-toolbar#1933- Remove rem units from svg by
@michjnichin jazzband/django-debug-toolbar#1942New Contributors
@quinoxmade their first contribution in jazzband/django-debug-toolbar#1929@bkdekoningmade their first contribution in jazzband/django-debug-toolbar#1933@michjnichmade their first contribution in jazzband/django-debug-toolbar#1942Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.2...4.4.3
4.4.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jazzband/django-debug-toolbar#1909- Avoid setting color-scheme on :root, we're only a guest on pages by
@matthiaskin jazzband/django-debug-toolbar#1923- Add a section to the installation docs about running tests by
@matthiaskin jazzband/django-debug-toolbar#1921- Version 4.4.2 by
@matthiaskin jazzband/django-debug-toolbar#1924Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.1...4.4.2
4.4.1
What's changed
... (truncated)
Changelog
Sourced from django-debug-toolbar's changelog.
4.4.5 (2024-07-05)
- Avoided crashing when the alerts panel was skipped.
- Removed the inadvertently added hard dependency on Jinja2.
4.4.4 (2024-07-05)
- Added check for StreamingHttpResponse in alerts panel.
- Instrument the Django Jinja2 template backend. This only instruments the immediate template that's rendered. It will not provide stats on any parent templates.
4.4.3 (2024-07-04)
- Added alerts panel with warning when form is using file fields without proper encoding type.
- Fixed overriding font-family for both light and dark themes.
- Restored compatibility with
iptools.IpRangeList.- Limit
E001check to likely error cases when theSHOW_TOOLBAR_CALLBACKhas changed, but the toolbar's URL paths aren't installed.- Introduce helper function
debug_toolbar_urlsto simplify installation.- Moved "1rem" height/width for SVGs to CSS properties.
4.4.2 (2024-05-27)
- Removed some CSS which wasn't carefully limited to the toolbar's elements.
- Stopped assuming that
INTERNAL_IPSis a list.- Added a section to the installation docs about running tests in projects where the toolbar is being used.
4.4.1 (2024-05-26)
- Pin metadata version to 2.2 to be compatible with Jazzband release process.
4.4.0 (2024-05-26)
- Raised the minimum Django version to 4.2.
- Automatically support Docker rather than having the developer write a workaround for
INTERNAL_IPS.- Display a better error message when the toolbar's requests
... (truncated)
Commits
7acad6bdjango-debug-toolbar 4.4.5944120cOnly import the jinja2 instrumentation when jinja2 itself is importable (#1954)a591d86Fix #1951: Do not crash if the 'alerts' key doesn't exist (#1953)57ada8eVersion 4.4.49834e7eIgnore check for jinja2's base.html template in integration test6614910Fix jinja2 integration test.4fd886bImprove the jinja tests to better indicate the situation.c8f6763Instrument the Django Jinja2 template backend.e59c8caClean-up change log.afeee86Check for for StreamingHttpResponse when generating stats in Alert (#1946)- 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)