﻿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
17200	"""View on site"" link breaks when quote(object_id) != object_id"	David Chandek-Stark	dlanger	"The change_view method of django.contrib.admin.options.ModelAdmin returns object_id as passed in.  This means that the ""View on site"" link breaks in cases where the django.contrib.admin.util.quote(object_id) != object_id.

There are two possible solutions:
1) Call django.contrib.admin.util.unquote() on object_id before returning to change_view template;
2) Call django.contrib.admin.util.unquote() on object_id in django.contrib.contenttypes.views.shortcut in this line: obj = content_type.get_object_for_this_type(pk=object_id).

Attached are svn diffs for each."	Bug	closed	contrib.admin	dev	Normal	fixed		David Chandek-Stark ldelaveau@…	Accepted	1	0	0	0	1	0
