﻿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
27757	vIew_on_site is not working with inline models	George Tantiras	nobody	"I am using Django-1.10 under Python-3.4.2.

Although ```view_on_site = True``` works great for the ```admin.ModelAdmin``` using the url provided by the ```get_absolute_url``` method of the model, inlines of the same model (```admin.StackedInline``` view) return a completely wrong url which points to the admin and contains a localized id (```/admin/<model>/r//1.234```).

Even if ```def view_on_site(self.obj)``` method is defined in the ```admin.StackedInline``` view, the result is ignored and the same localized url (```/admin/<model>/r//1.234```) is returned.

A very old ticket seem to reference the same issue: https://code.djangoproject.com/ticket/7984"	Uncategorized	new	Uncategorized	1.10	Normal				Unreviewed	0	0	0	0	0	0
