﻿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
5983	iriencode doesn't respect safe strings	Antonis Christofides <anthony@…>	nobody	"This happens probably since autoescape. Steps to reproduce:

1. In a model, use the following:
{{{
    class Admin:
        list_filter = ['column_a', 'column_b']
}}}
and you'll have two filters shown in the admin.

2. Choose something other than ""All"" in the first filter

3. Hover the mouse over something other than ""All"" in the second filter and look at the url.

Result: It will have a ""&amp;"" somewhere, when it should only have a ""&"". It doesn't work if you click it, of course.

See also #5976 for a related bug."		closed	Template system	dev		fixed	auto-escaping		Ready for checkin	1	0	0	0	0	0
