﻿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
1498	No escaping for DateFormat in 'date' filter	waylan@…	Adrian Holovaty	"Escaped characters in the DateFormat only work with the 'now' template tag, but not the 'date' filter. Some examples:    
{{{
{% now ""jS o\f F"" %}
}}}
will return '''13th of March''' as it should. But when doing this:
{{{
{{ post.pub_date|date:""jS o\f F"" }}
}}}
we get '''13th o9:54 March''' instead.

See this thread for discussion: http://groups.google.com/group/django-users/browse_thread/thread/608da74525d82372/05968d618dbdecfa#05968d618dbdecfa"	defect	closed	Template system	dev	normal	duplicate			Unreviewed	0	0	0	0	0	0
