summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.2.txt')
-rw-r--r--docs/releases/3.2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index 7d374da0a7..2ab8546026 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -625,6 +625,11 @@ Miscellaneous
using :option:`makemessages --locale` option, when they contain hyphens
(``'-'``).
+* The ``django.contrib.auth.forms.ReadOnlyPasswordHashField`` form field is now
+ :attr:`~django.forms.Field.disabled` by default. Therefore
+ ``UserChangeForm.clean_password()`` is no longer required to return the
+ initial value.
+
.. _deprecated-features-3.2:
Features deprecated in 3.2