diff options
| author | Adam Johnson <me@adamj.eu> | 2025-09-05 12:01:11 +0100 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-09-05 08:17:02 -0400 |
| commit | 0ddbe12ea99a2dc1b757dc2015ba8bb6bfd9d653 (patch) | |
| tree | a949e7e15b8485487b955f39d08693a1d2f06bdc /docs | |
| parent | 4e7a991c12a113229e0927974d3bf94ea04eecf6 (diff) | |
Refs #36121 -- Fixed location of release note.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 6 |
1 files 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` ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
