﻿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
8016	Problem with decoding of non ASCII symbols.	aabele	nobody	"I'm using development version django with newforms admin. When I tried to set verbose name for model (verbose_name = 'Mājas lapas tekstu') using latvian symbols, I got an UnicodeDecodeError. Patch attached.


{{{
Exception Type: 	UnicodeDecodeError
Exception Value: 	'ascii' codec can't decode byte 0xc4 in position 1: ordinal not in range(128)
Exception Location: 	/django/contrib/admin/options.py in add_view, line 506
Python Executable: 	/usr/bin/python
Python Version: 	2.5.2
}}}
"		closed	contrib.admin	dev		duplicate	newforms admin		Unreviewed	1	0	0	0	0	0
