﻿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
10656	Documentation correction for unicode character encoding typo	kgrandis	Jacob	"
{{{
qs = People.objects.filter(name__contains='\xc3\85') # UTF-8 encoding of Å
}}}
should be \xc3\x85
"		closed	Documentation	1.0		fixed			Accepted	1	0	0	0	0	0
