summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 134d3d2515..49540a320a 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -106,6 +106,9 @@ Minor features
:class:`~django.contrib.auth.views.LogoutView` allows specifying a set of
hosts that are safe for redirecting after login and logout.
+* Added password validators ``help_text`` to
+ :class:`~django.contrib.auth.forms.UserCreationForm`.
+
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~