From 0abe2c0c3e09d89261665c824d4b9646750d4a4a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 21 May 2007 23:20:39 +0200 Subject: [PATCH] [svn] ... --HG-- branch : trunk --- docs/src/designerdoc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/designerdoc.txt b/docs/src/designerdoc.txt index 8c618eb..8eeaef4 100644 --- a/docs/src/designerdoc.txt +++ b/docs/src/designerdoc.txt @@ -419,9 +419,9 @@ The following keywords exist and cannot be used as identifiers: `and`, `block`, `cycle`, `elif`, `else`, `endblock`, `endfilter`, `endfor`, `endif`, `endmacro`, `endraw`, `endtrans`, `extends`, `filter`, `for`, `if`, `in`, `include`, `is`, `macro`, `not`, `or`, `pluralize`, - `print`, `raw`, `recursive`, `set`, `trans`, `call`+, `endcall`+ + `print`, `raw`, `recursive`, `set`, `trans`, `call` +, `endcall` + -keywords marked with a plus sign (``+``) can be used until Jinja 1.3 as +keywords marked with a plus sign can be used until Jinja 1.3 as identifiers because they were introduced after the Jinja 1.0 release and can cause backwards compatiblity problems otherwise. You should not use them any more. -- 2.26.2