summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormuskanvaswan <muskanvaswan@gmail.com>2021-01-10 13:30:18 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-19 12:27:07 +0100
commitab7478d1d4aeaa816cd723793ae9e8325ad11c33 (patch)
tree49d97e1a74f7c5c2d70f868e2b17da6ac2de3ab0 /docs
parent5371342ed66f5ff9feae9dc4586ec43830bbeca6 (diff)
Fixed #32324 -- Added template block to override the admin site header.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 9141a4eeaf..d2684a9a2e 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -32,7 +32,8 @@ Minor features
:mod:`django.contrib.admin`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-* ...
+* The ``admin/base.html`` template now has a new block ``header`` which
+ contains the admin site header.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~