﻿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
23723	UTF-8 string in AppConfig's verbose_name crashes admin site	Igor Koshkarov	nobody	"If verbose_name in django.apps.AppConfig has UTF-8 chars, the admin.site application crashes with the following output:
UnicodeDecodeError at /admin/App/

'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)

Request Method: 	GET
Request URL: 	http://localhost:8000/admin/App/
Django Version: 	1.7.1
Exception Type: 	UnicodeDecodeError
Exception Value: 	

'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
Python Version: 	2.7.5

The testcase is attached to this ticket."	Bug	closed	contrib.admin	1.7	Normal	invalid	AppConfig verbose_name		Unreviewed	0	0	0	0	0	0
