summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index fbb05d7548..a07f8942a5 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -57,6 +57,12 @@ Minor features
:func:`~.django.contrib.auth.decorators.user_passes_test` decorators now
support wrapping asynchronous view functions.
+* ``ReadOnlyPasswordHashWidget`` now includes a button to reset the user's
+ password, which replaces the link previously embedded in the
+ ``ReadOnlyPasswordHashField``'s help text, improving the overall
+ accessibility of the
+ :class:`~django.contrib.auth.forms.UserChangeForm`.
+
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~