summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.txt6
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`
~~~~~~~~~~~~~~~~~~~~~~~~~~