﻿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
6235	Unicode error when report template error.	flytwokites <towjzhou@…>	nobody	"When a template error occurred, and a non english char in this template(i.e. Chinese chars), The error report page is not report the template error, instead of a unicode error. I found it can be fixed in django\template\context.py(line:18):
{{{
    def __repr__(self):
        try:
            return repr(self.dicts) #This line cause unicode error when shows non english char.!!!
        except:
            return 'Ohhh: Context text...'
}}}
"		closed	Template system	dev		invalid	unicode, template		Unreviewed	0	0	0	0	0	0
