﻿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
4846	Some inappropriate unicode handling in contrib/admin/views/main.py	daybreaker12@…	Adrian Holovaty	"I have models which have {{{__unicode__}}} method that returns unicode string including Korean utf8 characters.
With some configuration of MySQL 5.0.27, everything works OK, but the admin mode does not.

Altough inserting, updating the tables of my own models works fine, UnicodeDecodeException is occurred when the insertion query to djang_admin_log table is executed.
I've found that this problem is inappropriate handling of objects that has non-ascii unicode string output for {{{__unicode__}}} method.

I attach the patch which may have some non-necessary changes, but please consider it."		closed	Contrib apps	dev		fixed	admin unicode	daybreaker12@…	Unreviewed	1	0	0	0	0	0
