Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.

This commit is contained in:
Alexander Gaevsky 2016-04-14 20:12:30 +03:00 committed by Tim Graham
parent 2d26b4637f
commit 536db42cf0
4 changed files with 19 additions and 1 deletions

View file

@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~