Skip to content

chore(deps): update dependency django-debug-toolbar to v5 #1198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-debug-toolbar (changelog) <4 -> <6 age adoption passing confidence

Release Notes

django-commons/django-debug-toolbar (django-debug-toolbar)

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@5.1.0...5.2.0

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@5.0.1...5.1.0

v5.0.1

Compare Source

What's Changed

There were no functional changes in this version.

PRs

Full Changelog: django-commons/django-debug-toolbar@5.0.0...5.0.1

v5.0.0

Compare Source

What's Changed

Please note that Django Debug Toolbar has now moved into the Django Commons organization.

Changelog
  • Added Python 3.13 to the CI matrix.
  • Removed support for Python 3.8 as it has reached end of life.
  • Converted to Django Commons PyPI release process.
  • Fixed a crash which occurred when using non-str static file values.
  • Documented experimental async support.
  • Improved troubleshooting doc for incorrect mime types for .js static files
  • Support async applications and ASGI from
    Google Summer of Code Project 2024 <https://summerofcode.withgoogle.com/programs/2024/projects/iXVvyGYp>__.
  • Added Django 5.1 to the CI matrix.
  • Added support for the LoginRequiredMiddleware introduced in Django 5.1.
  • Support select and explain buttons for UNION queries on PostgreSQL.
  • Fixed internal toolbar requests being instrumented if the Django setting
    FORCE_SCRIPT_NAME was set.
  • Increase opacity of show Debug Toolbar handle to improve accessibility.
  • Changed the RedirectsPanel to be async compatible.
  • Increased the contrast of text with dark mode enabled.
  • Add translations for Bulgarian and Korean.
  • Update translations for several languages.
  • Include new translatable strings for translation.
  • Fixed a crash which happened in the fallback case when session keys cannot be
    sorted.
PRs

Google Summer of Code - Async project

This release contains the changes for async compatibility for the majority of panels. This is the result of the Google Summer of Code project by @​salty-ivy. A massive thank you 💚 and a round of applause 👏 is due to Aman!

New Contributors

Full Changelog: django-commons/django-debug-toolbar@4.4.6...5.0.0

v4.4.6

Compare Source

What's Changed

Full Changelog: django-commons/django-debug-toolbar@4.4.5...4.4.6

v4.4.5

Compare Source

What's Changed

Full Changelog: django-commons/django-debug-toolbar@4.4.4...4.4.5

v4.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@4.4.3...4.4.4

v4.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@4.4.2...4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: django-commons/django-debug-toolbar@4.4.1...4.4.2

v4.4.1

Compare Source

What's changed

See changelog for 4.4.1

PRs merged

Full Changelog: django-commons/django-debug-toolbar@4.4...4.4.1

v4.4.0

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.0

Compare Source

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 - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-debug-toolbar-5.x branch 2 times, most recently from cea8387 to ddfef9b Compare May 7, 2025 03:55
@marslanabdulrauf marslanabdulrauf self-assigned this May 8, 2025
@renovate renovate bot force-pushed the renovate/django-debug-toolbar-5.x branch from ddfef9b to b439b98 Compare May 9, 2025 15:55
@renovate renovate bot force-pushed the renovate/django-debug-toolbar-5.x branch 3 times, most recently from e669837 to 0023528 Compare May 20, 2025 10:08
@marslanabdulrauf marslanabdulrauf force-pushed the renovate/django-debug-toolbar-5.x branch 2 times, most recently from f1be9f7 to 6ec1932 Compare May 26, 2025 13:00
@renovate renovate bot force-pushed the renovate/django-debug-toolbar-5.x branch 4 times, most recently from ca97d79 to b82932d Compare June 4, 2025 09:20
@renovate renovate bot force-pushed the renovate/django-debug-toolbar-5.x branch from b82932d to b935ef0 Compare June 4, 2025 10:22
Copy link
Contributor

@umar8hassan umar8hassan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good 👍

@marslanabdulrauf marslanabdulrauf merged commit b09fb25 into master Jun 5, 2025
8 checks passed
@marslanabdulrauf marslanabdulrauf deleted the renovate/django-debug-toolbar-5.x branch June 5, 2025 11:08
@odlbot odlbot mentioned this pull request Jun 5, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants