Changeset 3717
- Timestamp:
- 09/04/06 18:40:28 (2 years ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r3714 r3717 208 208 filters will be ignored. 209 209 210 This behavio ur is slightly different for the ``if``, ``for`` and ``regroup``210 This behavior is slightly different for the ``if``, ``for`` and ``regroup`` 211 211 template tags. If an invalid variable is provided to one of these template 212 212 tags, the variable will be interpreted as ``None``. Filters are always
