﻿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
9700	join filter can't be used with 'safe' filter anymore	Thomas Capricelli	nobody	"usecase: lists = [  '<a href=""asdfa"">asdfasd</a>"", '<a href=""asdfa"">asdfasd</a>"",
'<a href=""asdfa"">asdfasd</a>""], is sent to a template, which does 

{{lists|join:"", ""|safe}}

Until recently the output was a list of links on the webpage. Not anymore, now the html is escaped and ""<a href..."" is displayed on the webpage. The commit that broke it is r9442.

I dont understand it enough to guess if this new behaviour is expected, or a bug/regression.

(of course, in this example, i can do the join in python before calling the template).
"		closed	Template system	dev		wontfix	join		Unreviewed	0	0	0	0	0	0
