﻿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
35076	improvement to the doc of ModelAdmin.view_on_site	redstoneleo	nobody	"Whether get_absolute_url() is defined determines the visible state of  the “View on site” button, I suggest to change [https://docs.djangoproject.com/en/4.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin.view_on_site the doc] to the following to emphasize this(Note I have read the official doc on contributing to the doc, but it is hard for me to do that, so I posted my suggestion here ).


If the object’s  [https://docs.djangoproject.com/en/4.2/ref/models/instances/#django.db.models.Model.get_absolute_url ""django.db.models.Model.get_absolute_url"" get_absolute_url()]  method is defined, then  set `view_on_site`  to control whether or not to display the “View on site” link. This link should bring you to a URL where you can display the saved object. Otherwise, no effect. 

This value can be either a boolean flag or a callable. If  `True`  (the default), the object’s  [https://docs.djangoproject.com/en/4.2/ref/models/instances/#django.db.models.Model.get_absolute_url get_absolute_url()](""django.db.models.Model.get_absolute_url"")  method will be used to generate the url.

"	Cleanup/optimization	closed	Documentation	4.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
