﻿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
23634	QuerySet API example incorrectly states that iexact uses ILIKE	djbug	nobody	"Update documents to reflect that `iexact` uses `UPPER` (not `ILIKE`) here 

https://docs.djangoproject.com/en/dev/ref/models/querysets/#iexact

SQL equivalent of

    Blog.objects.get(name__iexact='beatles blog')

would be 

    SELECT ... WHERE UPPER(name) = UPPER('beatles blog');
"	Cleanup/optimization	closed	Documentation	dev	Normal	duplicate			Unreviewed	0	0	0	0	0	0
