Changeset 7557
- Timestamp:
- 05/29/08 06:42:55 (6 months ago)
- Files:
-
- django/trunk/django/template/defaulttags.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/template/defaulttags.py
r6996 r7557 516 516 def do_filter(parser, token): 517 517 """ 518 Filters the contents of the blo gthrough variable filters.518 Filters the contents of the block through variable filters. 519 519 520 520 Filters can also be piped through each other, and they can have
