Skip to content

Update django-debug-toolbar to 6.3.0#6483

Merged
browniebroke merged 1 commit intomainfrom
pyup-update-django-debug-toolbar-6.2.0-to-6.3.0
Apr 2, 2026
Merged

Update django-debug-toolbar to 6.3.0#6483
browniebroke merged 1 commit intomainfrom
pyup-update-django-debug-toolbar-6.2.0-to-6.3.0

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

@pyup-bot pyup-bot commented Apr 2, 2026

This PR updates django-debug-toolbar from 6.2.0 to 6.3.0.

Changelog

6.3.0

------------------

* Replaced ``requirements_dev.txt`` file for ``pyproject.toml`` support with
dependency groups.
* Updated ReadTheDocs Python version to 3.13.
* Modernize some panel styles and colors.
* Standardize use of time/duration units and labels across panels.
* Added translations for Lithuanian, Turkish and Uzbek.
* Update the translations.
* Expose a ``py.typed`` marker file.
* Updated ``RedirectsPanel`` to emit the deprecation warning when it's used
rather than on instantiation.
* Highlighted the documentation about disabling the browser's caching to
ensure the latest static assets are used.
* Fixed bug with ``CachePanel`` so the cache patching is only applied
once.
* Added ``debug_toolbar.store.CacheStore`` for storing toolbar data using
Django's cache framework. This provides persistence without requiring
database migrations, and works with any cache backend (Memcached, Redis,
database, file-based, etc.).
* Added ``CACHE_BACKEND`` and ``CACHE_KEY_PREFIX`` settings to configure the
``CacheStore``.
Links

@pyup-bot pyup-bot added the update label Apr 2, 2026
@browniebroke browniebroke merged commit d41f757 into main Apr 2, 2026
21 checks passed
@browniebroke browniebroke deleted the pyup-update-django-debug-toolbar-6.2.0-to-6.3.0 branch April 2, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants