Changeset 7019
- Timestamp:
- 01/13/08 12:50:59 (11 months ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r6923 r7019 824 824 order to make things easier for your template authors. 825 825 826 In order for you filter to know the current auto-escaping state, set the827 ``needs_autoescape`` attribute to ``True`` on your function. (If you826 In order for your filter to know the current auto-escaping state, set 827 the ``needs_autoescape`` attribute to ``True`` on your function. (If you 828 828 don't specify this attribute, it defaults to ``False``). This attribute 829 829 tells Django that your filter function wants to be passed an extra
