diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2013-09-06 14:23:29 -0500 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2013-09-06 14:23:29 -0500 |
| commit | d179fc72cfafb32dee9f52aec9c1a94fff51ef07 (patch) | |
| tree | 6476848b3a057b517e1dcb39f31a3ec2df33f1ac /docs/ref | |
| parent | 38d2e7c22592f8c06fb961cfaee2f8309857e7c0 (diff) | |
Fixed versionadded and ordering of note in admin/index.txt
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 4a96d73604..aecf2e8067 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2174,18 +2174,18 @@ creating your own ``AdminSite`` instance (see below), and changing the Templates can override or extend base admin templates as described in `Overriding Admin Templates`_. -.. versionadded:: 1.6 .. attribute:: AdminSite.site_header +.. versionadded:: 1.7 The text to put at the top of each admin page, as an ``<h1>`` (a string). By default, this is "Django administration". -.. versionadded:: 1.6 .. attribute:: AdminSite.site_title +.. versionadded:: 1.7 The text to put at the end of each admin page's ``<title>`` (a string). By default, this is "Django site admin". -.. versionadded:: 1.6 .. attribute:: AdminSite.index_title +.. versionadded:: 1.7 The text to put at the top of the admin index page (a string). By default, this is "Site administration". |
