﻿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
7075	BUG FIX: Unicode migration breaks django.contrib.admin.views.main.quote	Wang Chun <wangchun@…>	nobody	"This affects django.contrib.admin.views.main.ChangeList.url_for_result:

{{{
def url_for_result(self, result):
    return ""%s/"" % quote(getattr(result, self.pk_attname))
}}}

Which no longer works after the Unicode migration, because getattr now returns unicode instead of str.

If someone use a string as a primary key, and the string contains ""_[0-9A-Fa-f]{2}"", the record will not be editable in admin interface."		closed	contrib.admin	dev		fixed			Accepted	1	0	1	0	0	0
