Skip to content

Bump django-debug-toolbar from 4.2.0 to 4.3.0

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

Bumps django-debug-toolbar from 4.2.0 to 4.3.0.

Release notes

Sourced from django-debug-toolbar's releases.

4.3

What's Changed

New Contributors

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

Changelog

Sourced from django-debug-toolbar's changelog.

4.3.0 (2024-02-01)

  • Dropped support for Django 4.0.
  • Added Python 3.12 to test matrix.
  • Removed outdated third-party panels from the list.
  • Avoided the unnecessary work of recursively quoting SQL parameters.
  • Postponed context process in templates panel to include lazy evaluated content.
  • Fixed template panel to avoid evaluating LazyObject when not already evaluated.
  • Added support for Django 5.0.
  • Refactor the utils.get_name_from_obj to simulate the behavior of django.contrib.admindocs.utils.get_view_name.
  • Switched from black to the ruff formatter <https://astral.sh/blog/the-ruff-formatter>__.
  • Changed the default position of the toolbar from top to the upper top position.
  • Added the setting, UPDATE_ON_FETCH to control whether the toolbar automatically updates to the latest AJAX request or not. It defaults to False.
Commits

Merge request reports