diff options
| author | Jacob Rief <jacob.rief@gmail.com> | 2022-08-18 00:57:24 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-18 10:51:12 +0200 |
| commit | aed60aee38215e293d6ec2f3c96ec55bb9a62fc2 (patch) | |
| tree | a2dfa3f255de4a67e8620e404aacedc859ac4ab4 /docs | |
| parent | e3cb8bcb7d2a2d392e726ee1f7e32a8d9038e14c (diff) | |
Fixed #33930 -- Eased customization of delete_confirmation.html template in the admin.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 68991da46d..d7e40f600b 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -39,6 +39,10 @@ Minor features downloading fonts. Additionally, CSS variables are available to more easily override the default font families. +* The :source:`admin/delete_confirmation.html + <django/contrib/admin/templates/admin/delete_confirmation.html>` template now + has some additional blocks and scripting hooks to ease customization. + :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
