chore(api): update dependency django-debug-toolbar to v4 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
django-debug-toolbar (changelog) | dev | major |
==3.8.1 -> ==4.2.0
|
Release Notes
jazzband/django-debug-toolbar (django-debug-toolbar)
v4.2.0
v4.1.0
v4.0.0
- Added Django 4.2a1 to the CI.
- Dropped support for Python 3.7.
- Fixed PostgreSQL raw query with a tuple parameter during on explain.
- Use
TOOLBAR_LANGUAGE
setting when rendering individual panels that are loaded via AJAX. - Add decorator for rendering toolbar views with
TOOLBAR_LANGUAGE
. - Removed the logging panel. The panel's implementation was too complex, caused memory leaks and sometimes very verbose and hard to silence output in some environments (but not others). The maintainers judged that time and effort is better invested elsewhere.
- Added support for psycopg3.
- When
ENABLE_STACKTRACE_LOCALS
isTrue
, the stack frames' locals dicts will be converted to strings when the stack trace is captured rather when it is rendered, so that the correct values will be displayed in the rendered stack trace, as they may have changed between the time the stack trace was captured and when it is rendered.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.