imAsparky / django-cookiecutter

A Django project cookiecutter complete with built-in continuous delivery using GitHub actions.
Other
21 stars 3 forks source link

fix(pyup): Update django-debug-toolbar to 4.4.1 #756

Closed pyup-bot closed 3 months ago

pyup-bot commented 3 months ago

This PR updates django-debug-toolbar from 4.3.0 to 4.4.1.

Changelog ### 4.4.1 ``` ------------------ * Pin metadata version to 2.2 to be compatible with Jazzband release process. ``` ### 4.4.0 ``` ------------------ * Raised the minimum Django version to 4.2. * Automatically support Docker rather than having the developer write a workaround for ``INTERNAL_IPS``. * Display a better error message when the toolbar's requests return invalid json. * Render forms with ``as_div`` to silence Django 5.0 deprecation warnings. * Stayed on top of pre-commit hook updates. * Added :doc:`architecture documentation <architecture>` to help on-board new contributors. * Removed the static file path validation check in :class:`StaticFilesPanel <debug_toolbar.panels.staticfiles.StaticFilesPanel>` since that check is made redundant by a similar check in Django 4.0 and later. * Deprecated the ``OBSERVE_REQUEST_CALLBACK`` setting and added check ``debug_toolbar.W008`` to warn when it is present in ``DEBUG_TOOLBAR_SETTINGS``. * Add a note on the profiling panel about using Python 3.12 and later about needing ``--nothreading`` * Added ``IS_RUNNING_TESTS`` setting to allow overriding the ``debug_toolbar.E001`` check to avoid including the toolbar when running tests. * Fixed the bug causing ``'djdt' is not a registered namespace`` and updated docs to help in initial configuration while running tests. * Added a link in the installation docs to a more complete installation example in the example app. * Added check to prevent the toolbar from being installed when tests are running. * Added test to example app and command to run the example app's tests. * Implemented dark mode theme and button to toggle the theme, introduced the ``DEFAULT_THEME`` setting which sets the default theme to use. ```
Links - PyPI: https://pypi.org/project/django-debug-toolbar - Changelog: https://data.safetycli.com/changelogs/django-debug-toolbar/