#35076: improvement to the doc of ModelAdmin.view_on_site
------------------------------------------------+------------------------
Reporter: redstoneleo | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 4.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
Whether get_absolute_url() is defined determines the visible state of the
“View on site” button, I suggest to change [the
doc](https://docs.djangoproject.com/en/4.2/ref/contrib/admin/#django.contrib.admin.ModelAdmin.view_on_site)
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
[`get_absolute_url()`](https://docs.djangoproject.com/en/4.2/ref/models/instances/#django.db.models.Model.get_absolute_url
"django.db.models.Model.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
[`get_absolute_url()`](https://docs.djangoproject.com/en/4.2/ref/models/instances/#django.db.models.Model.get_absolute_url
"django.db.models.Model.get_absolute_url") method will be used to
generate the url.
--
Ticket URL: <https://code.djangoproject.com/ticket/35076>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/0107018cc00bbe88-2a6ca2aa-e0e1-4489-9ad5-976161643f00-000000%40eu-central-1.amazonses.com.