﻿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
680	get_absolute_url not being used correctly in admin interface?	malcolm@…	Adrian Holovaty	"If a model defines a get_absolute_url(), the admin interface adds a ""View on site"" button. However, the URL created for the link does no use the string returned from get_absolute_url() at all.

In django/contrib/admin/views/main.py, the two places where a URL is constructed after looking get_absolute_url() both create something looking like r/1/4 where the first digit is the content type id and the latter is the object id. This looks like it is not what is intended."	Bug	closed	contrib.admin		normal	fixed			Unreviewed	0	1	0	0	0	0
