Release 0.58

Refs #1365, #1371, #1377, #1384, #1387, #1388, #1389, #1394
This commit is contained in:
Simon Willison 2021-07-14 17:32:33 -07:00
commit e27dd7c12c
3 changed files with 12 additions and 11 deletions

View file

@ -1130,6 +1130,8 @@ This example will disable CSRF protection for that specific URL path:
If any of the currently active ``skip_csrf()`` plugin hooks return ``True``, CSRF protection will be skipped for the request.
.. _plugin_hook_get_metadata:
get_metadata(datasette, key, database, table)
---------------------------------------------