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)
This template filter transforms lists like ['foo', 'bar', 'baz'] into a
natural list like 'foo, bar and baz'.


No differences found