Fix permissions_execute_sql warnings in documentation

This commit is contained in:
Simon Willison 2025-11-01 11:51:22 -07:00
commit 2b962beaeb
4 changed files with 5 additions and 5 deletions

View file

@ -69,7 +69,7 @@ default_allow_sql
Should users be able to execute arbitrary SQL queries by default?
Setting this to ``off`` causes permission checks for :ref:`permissions_execute_sql` to fail by default.
Setting this to ``off`` causes permission checks for :ref:`actions_execute_sql` to fail by default.
::