﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29433	"templatefilter ""make_list"" should receive a optional split variable"	Maxim Danilov	Prakash	"for use in template, for example:
not only
{{{
{% with my_list='i#am#stupid#user'|make_list %}
# my_list=['i','#','a','m','#','s','t','u','p','i','d','#','u','s','e','r']
}}}
......

it should to work too:
{{{
{% with my_list='i#am#stupid#user'|make_list:'#' %}
# my_list=['i','am','stupid','user']
}}}
......
"	New feature	closed	Template system		Normal	wontfix	templatefilter,	Jeff	Someday/Maybe	0	0	0	0	1	0
