﻿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
14417	UnicodeDecodeError exception in recent actions	ctetruite	nobody	"Here is my situation.

I have a model with this verbose_name in meta data : u""Matériel d'occasion"". The thing is this is a non ascii string. I do some stuff on an object of this model. Then, when I go the the admin page, I get this server error :
{{{
Caught UnicodeDecodeError while rendering: ('ascii', ""Mat\xc3\xa9riel d'occasion"", 3, 4, 'ordinal not in range(128)')
}}}

It occurs in the template ''django/contrib/admin/templates/admin/index.html'' at line 70 :
{{{
<span class=""mini quiet"">{% filter capfirst %}{% trans entry.content_type.name %}{% endfilter %}</span>
}}}
"		closed	contrib.admin	1.2		invalid	unicode		Unreviewed	1	0	0	0	0	0
