diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-01-13 18:50:59 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-01-13 18:50:59 +0000 |
| commit | 7cbbada662092778aec38c47b30cd708dda31d9f (patch) | |
| tree | 1cfb4f854a885c77b64beb493d2cb3dfb0f577ea /docs/templates_python.txt | |
| parent | 298d76aed44894ad4a40e8745ec7bf88430be635 (diff) | |
Fixed typo in templates docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 014a853a41..66c52ddbe0 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -823,8 +823,8 @@ Template filter code falls into one of two situations: can operate in templates where auto-escaping is either on or off in order to make things easier for your template authors. - In order for you filter to know the current auto-escaping state, set the - ``needs_autoescape`` attribute to ``True`` on your function. (If you + In order for your filter to know the current auto-escaping state, set + the ``needs_autoescape`` attribute to ``True`` on your function. (If you don't specify this attribute, it defaults to ``False``). This attribute tells Django that your filter function wants to be passed an extra keyword argument, called ``autoescape``, that is ``True`` is |
