Changelog
- Added a Tasks panel that shows tasks queued during the request via Django’s built-in tasks framework (
django.tasks, Django 6.0+). On older versions of Django, the panel explains that upgrading is required. - Fixed the Django version check in the SQL panel test suite for Django’s boolean parameter handling.
- Fixed
show_toolbar_with_dockeron Docker runtimes such as OrbStack that can resolvehost.docker.internalto an address outside the container network. - Restored the select and explain buttons for queries that run without parameters.
- Fixed the error shown when panel content fails to load, which could not find the toolbar window inside the shadow root.
- Stopped the history panel buttons from submitting their form when clicked before the panel script has loaded, which navigated away from the page.
- Added support for Django 6.1.
What's Changed
- Fix the Django version check in the SQL panel by @matthiask in #2403
- fix some small issues in docs/installation.rst by @leggewie in #2409
- Silence the MiddlewareMixin deprecation warning explicitly by @matthiask in #2416
- Add Tasks panel showing tasks queued during the request by @onxxdatas in #2407
- Fix integration tests by @novucs in #2434
- Add support for Django 6.1 by @ulgens in #2435
- Fix show_toolbar_with_docker on runtimes with unrelated host address by @Sanjays2402 in #2422
- Improve selenium tests reliability in CI by @tim-schilling in #2438
New Contributors
- @leggewie made their first contribution in #2409
- @onxxdatas made their first contribution in #2407
- @novucs made their first contribution in #2434
- @Sanjays2402 made their first contribution in #2422
Full Changelog: 7.0.0...7.1.0