django1/tests/admin_views/fixtures
Unai Zalakain fd219fa24c Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
``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.
2013-10-29 17:10:12 -04:00
..
admin-views-actions.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin-views-books.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin-views-colors.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin-views-fabrics.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin-views-person.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin-views-restaurants.xml Fixed #8261 -- ModelAdmin hook for customising the "show on site" button 2013-10-29 17:10:12 -04:00
admin-views-unicode.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin-views-users.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
deleted-objects.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
multiple-child-classes.json Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
string-primary-key.xml Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00