diff options
| author | Florian Perucki <florian.perucki@silvr.co> | 2022-09-24 17:47:41 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-09-26 08:51:15 +0200 |
| commit | 872b61193b013a700ff88cf50f0eb2cf2c266ff7 (patch) | |
| tree | a937a00fa426f69632f07c5e8b6af361670d46e1 /docs | |
| parent | fe6f4bef037ca3c8a5f8ddf4002dcee6ccf7e86d (diff) | |
Refs #34041 -- Added navigation landmark to breadcrumbs in admin.
Thanks Thibaud Colas for pair programming.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 7ca4f0271e..80c0d97bfc 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -48,6 +48,9 @@ Minor features :attr:`~django.contrib.admin.ModelAdmin.filter_vertical` widgets are now filterable. +* The ``admin/base.html`` template now has a new block ``nav-breadcrumbs`` + which contains the navigation landmark and the ``breadcrumbs`` block. + :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
