﻿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
23460	Allow a literal `%s` to be passed through extra select	Matt Robenolt	nobody	"Right now, if you try and do something like this:

{{{
Foo.objects.extra(select={'foo': ""'%%s""'})
}}}

or

{{{
Foo.objects.extra(select={'foo': '""%s""'})
}}}

it blows up because it tries to convert the %s into a parameter

It's expected to allow %%s as an escape sequence."	Uncategorized	new	Database layer (models, ORM)	1.7	Normal		queryset		Unreviewed	1	0	0	0	0	0
