Ticket #7301: defaulttags.diff
File defaulttags.diff, 546 bytes (added by , 16 years ago) |
---|
-
django/template/defaulttags.py
515 515 #@register.tag(name="filter") 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 521 521 arguments -- just like in variable syntax.