Fixed #17618 - Documented that variable names in template must not start with an underscore; thanks guillemette and krzysiumed.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2012-02-11 12:47:35 +00:00
parent c007de5b79
commit 44452b11eb
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ template::
"My name is Dolores."
Variable names must consist of any letter (A-Z), any digit (0-9), an underscore
or a dot.
(but they must not start with an underscore) or a dot.
Dots have a special meaning in template rendering. A dot in a variable name
signifies a **lookup**. Specifically, when the template system encounters a