diff options
| author | muskanvaswan <muskanvaswan@gmail.com> | 2021-01-10 13:30:18 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-19 12:27:07 +0100 |
| commit | ab7478d1d4aeaa816cd723793ae9e8325ad11c33 (patch) | |
| tree | 49d97e1a74f7c5c2d70f868e2b17da6ac2de3ab0 /docs | |
| parent | 5371342ed66f5ff9feae9dc4586ec43830bbeca6 (diff) | |
Fixed #32324 -- Added template block to override the admin site header.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 3 |
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
