Update dependency django-debug-toolbar to v4 - autoclosed #15

Closed
renovate wants to merge 1 commits from renovate/django-debug-toolbar-4.x into master
Collaborator

This PR contains the following updates:

Package Update Change
django-debug-toolbar (changelog) major ==3.8.1 -> ==4.0.0

Release Notes

jazzband/django-debug-toolbar

v4.0.0

Compare Source

  • 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 is True, 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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) ([changelog](https://django-debug-toolbar.readthedocs.io/en/latest/changes.html)) | major | `==3.8.1` -> `==4.0.0` | --- ### Release Notes <details> <summary>jazzband/django-debug-toolbar</summary> ### [`v4.0.0`](https://github.com/jazzband/django-debug-toolbar/releases/tag/4.0.0) [Compare Source](https://github.com/jazzband/django-debug-toolbar/compare/3.8.1...4.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` is `True`, 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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
renovate added 1 commit 2023-04-18 12:01:03 +01:00
renovate changed title from Update dependency django-debug-toolbar to v4 to Update dependency django-debug-toolbar to v4 - autoclosed 2023-05-05 14:01:06 +01:00
renovate closed this pull request 2023-05-05 14:01:06 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#15
No description provided.