Ticket #7301: defaulttags.diff

File defaulttags.diff, 546 bytes (added by micahcowan, 16 years ago)

Excruciatingly trivial patch

  • django/template/defaulttags.py

     
    515515#@register.tag(name="filter")
    516516def do_filter(parser, token):
    517517    """
    518     Filters the contents of the blog through variable filters.
     518    Filters the contents of the block through variable filters.
    519519
    520520    Filters can also be piped through each other, and they can have
    521521    arguments -- just like in variable syntax.
Back to Top