django/docs/ref/contrib
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 Fixed #8261 -- ModelAdmin hook for customising the "show on site" button 2013-10-29 17:10:12 -04:00
comments Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01:00
formtools Fixed #20578 - Typo in BaseFormSet module name 2013-06-10 14:36:40 -04:00
gis Whitespace cleanup. 2013-10-10 16:49:20 -04:00
auth.txt Minor typo fix in django.contrib.auth.models.User docs 2013-09-12 03:15:00 +05:30
contenttypes.txt Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in forms. 2013-09-04 13:18:08 -04:00
csrf.txt Update link to jQuery Cookie plugin site 2013-05-24 14:36:17 +01:00
flatpages.txt More migration docs, and conversion of all easy syncdb references 2013-07-25 16:19:36 +01:00
humanize.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
index.txt Fixed #21213 -- Added docs for Django's mailing lists. 2013-10-04 10:00:36 -04:00
messages.txt Fixed #20972 -- Make messages cookie follow session cookie secure/httponly 2013-08-26 21:34:29 +02:00
redirects.txt Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden. 2013-10-04 07:36:39 -04:00
sitemaps.txt Fixed #20793 -- Added Last-Modified header to sitemaps. 2013-07-31 07:42:30 -04:00
sites.txt Changed the doc to use gender-neutral pronouns when possible. 2013-10-02 16:41:04 +02:00
staticfiles.txt Fixed #21219 -- Added a way to set different permission for static files. 2013-10-24 17:40:01 -04:00
syndication.txt Fixed #20860 -- Removed references to defunct chicagocrime.org 2013-08-04 14:46:06 -04:00
webdesign.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00