From c7c19ac4080a533ef881b57e88e1efbc2882f7d2 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 6 Sep 2013 14:27:40 -0500 Subject: [PATCH] Added new AdminSite attributes to 1.7 release notes --- docs/releases/1.7.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 32b5e910a1..605ea4d5a0 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -111,6 +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 + 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 property for rounded corners rather than GIF background images.