Merge branch 'main' into queries

This commit is contained in:
Simon Willison 2026-05-26 13:51:51 -07:00
commit 6033bf8e40
5 changed files with 50 additions and 24 deletions

View file

@ -4,6 +4,13 @@
Changelog
=========
.. _v1_0_unreleased:
Unreleased
----------
- Fixed a bug where visiting ``/<database>/-/query`` without a ``?sql=`` parameter returned a 500 error. (:issue:`2743`)
.. _v1_0_a30:
1.0a30 (2026-05-24)