﻿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
21306	Fix (or document) lower-casing behavior of title filter	Tim Graham	nobody	"The following seems unexpected to me, although there may be use cases where it's expected behavior (e.g. if you have all capitalized text and want it titled). See also #21299.
{{{
>>> from django.template.defaultfilters import title
>>> title(""ABC News"")
u'Abc News'
}}}"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed		bmispelon@…	Accepted	0	0	0	0	1	0
