mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
This commit is contained in:
committed by
Tim Graham
parent
2d26b4637f
commit
536db42cf0
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user