diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-27 19:17:23 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-17 10:50:25 -0500 |
| commit | ec7e179aeb177a2a43b448b30d9286eb8539be8d (patch) | |
| tree | 1ff87c31167e933b69c93af7dc12c46e65608534 /docs/ref/templates | |
| parent | eb0ce6fa3669971f1e21a3fdba270cf33d603eaa (diff) | |
Removed versionadded/changed annotations for 2.1.
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 6332f28c20..7aed6ee6fe 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1793,8 +1793,6 @@ If ``value`` is the list ``['a', 'b', 'c']``, the output will be the string ``json_script`` --------------- -.. versionadded:: 2.1 - Safely outputs a Python object as JSON, wrapped in a ``<script>`` tag, ready for use with JavaScript. |
