Release notes for 1.0a22, closes #2596

This commit is contained in:
Simon Willison 2025-11-13 10:40:24 -08:00
commit 93b455239a
2 changed files with 11 additions and 0 deletions

View file

@ -1077,6 +1077,8 @@ This parameter works with all HTTP methods (``get``, ``post``, ``put``, ``patch`
Use ``skip_permission_checks=True`` with caution. It completely bypasses Datasette's permission system and should only be used in trusted plugin code or internal operations where you need guaranteed access to resources.
.. _internals_datasette_is_client:
Detecting internal client requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~