Add natural_list template filter.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 16 Jan 2009 21:18:52 +0000 (22:18 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 16 Jan 2009 21:22:31 +0000 (22:22 +0100)
commit236fd15bbbae94b7a76473ba3f93e2f0e94d28d6
tree07f2a3c85f7d72e9d80b2d37adfafd07426c3c12
parenteb2b5fc938fcc2fdc290da0b4a94ddbd9ed5cc76
Add natural_list template filter.

This template filter transforms lists like ['foo', 'bar', 'baz'] into a
natural list like 'foo, bar and baz'.
tools/templatetags/list.py