summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2013-09-06 14:27:40 -0500
committerAdrian Holovaty <adrian@holovaty.com>2013-09-06 14:27:40 -0500
commitc7c19ac4080a533ef881b57e88e1efbc2882f7d2 (patch)
tree59c4ed43c9db6427e91ccf80c29007ca9f1dd974
parentd179fc72cfafb32dee9f52aec9c1a94fff51ef07 (diff)
Added new AdminSite attributes to 1.7 release notes
-rw-r--r--docs/releases/1.7.txt4
1 files changed, 4 insertions, 0 deletions
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.