diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 123e8f9868..62abcbf118 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -237,6 +237,12 @@ Sample usage:: This text will be HTML-escaped, and will appear in all lowercase. {% endfilter %} +.. note:: + + The :tfilter:`escape` and :tfilter:`safe` filters are not acceptable + arguments. Instead, use the :ttag:`autoescape` tag to manage autoescaping + for blocks of template code. + .. templatetag:: firstof firstof |
