From aed60aee38215e293d6ec2f3c96ec55bb9a62fc2 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Thu, 18 Aug 2022 00:57:24 +0200 Subject: Fixed #33930 -- Eased customization of delete_confirmation.html template in the admin. --- docs/releases/4.2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 + ` template now + has some additional blocks and scripting hooks to ease customization. + :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3