Changeset 7020
- Timestamp:
- 01/13/08 13:07:14 (8 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
r7019 r7020 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 830 keyword argument, called ``autoescape``, that is ``True`` i s830 keyword argument, called ``autoescape``, that is ``True`` if 831 831 auto-escaping is in effect and ``False`` otherwise. 832 832
