Loading docs/ref/contrib/admin/index.txt +9 −3 Original line number Diff line number Diff line Loading @@ -2175,17 +2175,23 @@ Templates can override or extend base admin templates as described in `Overriding Admin Templates`_. .. 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". .. 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". .. 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". Loading docs/releases/1.7.txt +4 −2 Original line number Diff line number Diff line Loading @@ -111,8 +111,10 @@ Minor features :mod:`django.contrib.admin` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ * You can now implement ``site_header``, ``site_title`` and ``index_title`` attributes on a custom ``AdminSite`` in order to easily change the admin * You can now implement :attr:`~django.contrib.admin.AdminSite.site_header`, :attr:`~django.contrib.admin.AdminSite.site_title`, and :attr:`~django.contrib.admin.AdminSite.index_title` attributes on a custom :class:`~django.contrib.admin.AdminSite` in order to easily change the admin site's page title and header text. No more needing to override templates! * Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS Loading Loading
docs/ref/contrib/admin/index.txt +9 −3 Original line number Diff line number Diff line Loading @@ -2175,17 +2175,23 @@ Templates can override or extend base admin templates as described in `Overriding Admin Templates`_. .. 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". .. 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". .. 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". Loading
docs/releases/1.7.txt +4 −2 Original line number Diff line number Diff line Loading @@ -111,8 +111,10 @@ Minor features :mod:`django.contrib.admin` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ * You can now implement ``site_header``, ``site_title`` and ``index_title`` attributes on a custom ``AdminSite`` in order to easily change the admin * You can now implement :attr:`~django.contrib.admin.AdminSite.site_header`, :attr:`~django.contrib.admin.AdminSite.site_title`, and :attr:`~django.contrib.admin.AdminSite.index_title` attributes on a custom :class:`~django.contrib.admin.AdminSite` in order to easily change the admin site's page title and header text. No more needing to override templates! * Buttons in :mod:`django.contrib.admin` now use the ``border-radius`` CSS Loading