Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into fix/docker-host-gateway-fallback
  • Loading branch information
tim-schilling authored Aug 8, 2026
commit b88f2d28824f8258019e76949ce47310bbc41e86
10 changes: 9 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ Pending
* Fixed the Django version check in the SQL panel test suite for Django's
boolean parameter handling.
* Fixed ``show_toolbar_with_docker`` on Docker runtimes such as OrbStack that
resolve ``host.docker.internal`` to an address outside the container network.
can resolve ``host.docker.internal`` to 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.

7.0.0 (2026-06-17)
------------------
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.