mirror of
https://github.com/Hopiu/django.git
synced 2026-03-18 15:00:25 +00:00
``ModelAdmin.view_on_site`` defines wether to show a link to the object on the admin detail page. If ``True``, cleverness (i.e. ``Model.get_absolute_url``) is used to get the url. If it's a callable, the callable is called with the object as the only parameter. If ``False``, not link is displayed. With the aim of maitaining backwards compatibility, ``True`` is the default. |
||
|---|---|---|
| .. | ||
| admin-views-actions.xml | ||
| admin-views-books.xml | ||
| admin-views-colors.xml | ||
| admin-views-fabrics.xml | ||
| admin-views-person.xml | ||
| admin-views-restaurants.xml | ||
| admin-views-unicode.xml | ||
| admin-views-users.xml | ||
| deleted-objects.xml | ||
| multiple-child-classes.json | ||
| string-primary-key.xml | ||