From 0ddbe12ea99a2dc1b757dc2015ba8bb6bfd9d653 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 5 Sep 2025 12:01:11 +0100 Subject: [PATCH] Refs #36121 -- Fixed location of release note. --- docs/releases/6.0.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index df33e06b07..efc8a5bf41 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -116,11 +116,13 @@ Minor features * The Font Awesome Free icon set (version 6.7.2) is now used for the admin interface icons. +* The new :attr:`.AdminSite.password_change_form` attribute allows customizing + the form used in the admin site password change view. + :mod:`django.contrib.admindocs` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* The new :attr:`.AdminSite.password_change_form` attribute allows customizing - the form used in the admin site password change view. +* ... :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~