﻿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
9483	Title template filter is broken	Henk de Vries	Henk de Vries	"There's a bug in Django ( trunk ) |title template filter:

This:
{{{
'foo;bar'|title
}}}

Gets converted into this:
{{{
Foo;Bar
}}}

This isn't the behavior it should have.

The correct behavior should be:
{{{
Foo;bar
}}}"	Bug	closed	Template system	dev	Normal	wontfix	title template filter		Design decision needed	1	0	0	0	0	0
