ion
ion copied to clipboard
build(deps): bump django-debug-toolbar from 3.6.0 to 4.4.6
Bumps django-debug-toolbar from 3.6.0 to 4.4.6.
Release notes
Sourced from django-debug-toolbar's releases.
4.4.6
What's Changed
- Close #1509: Revert the infinite recursion fix, Django has changed the behavior by
@matthiaskin jazzband/django-debug-toolbar#1955- Fixed order and grammatical number of panels in documentation by
@bkdekoningin jazzband/django-debug-toolbar#1956- Alerts panel: Only process HTML responses by
@matthiaskin jazzband/django-debug-toolbar#1960Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.5...4.4.6
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#1924
... (truncated)
Changelog
Sourced from django-debug-toolbar's changelog.
4.4.6 (2024-07-10)
- Changed ordering (and grammatical number) of panels and their titles in documentation to match actual panel ordering and titles.
- Skipped processing the alerts panel when response isn't a HTML response.
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.
... (truncated)
Commits
8f4fa8eVersion 4.4.6982a127Alerts panel: Only process HTML responses9bcd6ca[pre-commit.ci] pre-commit autoupdate699c1d9Fixed order and grammatical number of panels in documentation (#1956)dfad5dbClose #1509: Revert the infinite recursion fix, Django has changed the behavi...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 test- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.