Skip to content

Bump django-debug-toolbar from 4.1.0 to 4.2.0

HIFIS Bot requested to merge dependabot/pip/django-debug-toolbar-4.2.0 into master

Bumps django-debug-toolbar from 4.1.0 to 4.2.0.

Release notes

Sourced from django-debug-toolbar's releases.

4.2

What's Changed

New Contributors

Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.1...4.2

Changelog

Sourced from django-debug-toolbar's changelog.

4.2.0 (2023-08-10)

  • Adjusted app directories system check to allow for nested template loaders.
  • Switched from flake8, isort and pyupgrade to ruff <https://beta.ruff.rs/>__.
  • Converted cookie keys to lowercase. Fixed the samesite argument to djdt.cookie.set.
  • Converted StaticFilesPanel to no longer use a thread collector. Instead, it collects the used static files in a ContextVar.
  • Added check debug_toolbar.W007 to warn when JavaScript files are resolving to the wrong content type.
  • Fixed SQL statement recording under PostgreSQL for queries encoded as byte strings.
  • Patch the CursorWrapper class with a mixin class to support multiple base wrapper classes.
Commits
  • 7ab6b0f Version 4.2.0
  • fefec8e [pre-commit.ci] pre-commit autoupdate
  • 7677183 Patch CursorWrapper dynamically to allow multiple base classes. (#1820)
  • 6e55663 [pre-commit.ci] pre-commit autoupdate (#1817)
  • 66eb88d Fix a typo
  • 53747ef [pre-commit.ci] pre-commit autoupdate (#1815)
  • acd69df Handle logging queries encoded as bytes under PostgreSQL (#1812)
  • 43c076a pre-commit updates; disable two of the more annoying ruff rulesets
  • 4a641ec Check JavaScript files content type. (#1802)
  • 47d4eed Switch StaticFilesPanel to use ContextVar. (#1801)
  • Additional commits viewable in compare view

Merge request reports