﻿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
23888	UnicodeEncodeError on repr of File with unicode name	Sergey Fedoseev	Sergey Fedoseev	"Related to #8156.

{{{
In [1]: from django.core.files import File

In [2]: File(None, u'djángö')
Out[2]: <repr(<django.core.files.base.File at 0x7ff771a2ce90>) failed: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 9: ordinal not in range(128)>
}}}"	Bug	closed	File uploads/storage	dev	Normal	fixed			Accepted	1	0	0	0	0	0
