﻿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
9859	UnicodeDecodeError in admin views for python 2.3.	Nils Fredrik Gjerull	Karen Tracey	"Because I work in a company that uses python 2.3 on the production server and because I use characters outside the ascii range, I have run onto a number of UnicodeDecodeErrors. Python 2.3 unfortunately has a bug, it calls __str__ methods on objects included in unicode template strings even if the object has a __unicode__ method. 

Now I have run onto another one. It was a quick fix to solve this, but it was more difficult to make a regression test for it. This bug is only triggered if a model is registered as a inline, but not registered directly with the admin. 

To help fight UnicodeDecodeErrors I have made a new TestCase class in the admin_views regression test with the sole purpose of detecting missing force_unicode calls in the admin views."		closed	contrib.admin	dev		fixed	unicode unicodedecodeerror		Accepted	1	0	0	0	0	0
