﻿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
17111	simple redirect_to: handle query strings with percent symbols	Chris Adams	cadams	If you use django.views.generic.simple.redirect_to with query_string=True and the query string contains a % character followed a valid Python conversion character it will cause a TypeError later when {{{url % kwargs}}} is performed. This is particularly easy to encounter when your content includes things like UTF-8 escaped content as the leading %C3 will trigger reliably trigger a TypeError.	Bug	closed	Generic views	1.3	Normal	fixed	i18n		Ready for checkin	1	0	0	0	1	0
