diff options
| author | Alexander Gaevsky <sasha@sasha0.ru> | 2016-04-14 20:12:30 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-10 18:23:18 -0400 |
| commit | 536db42cf01ebe0dd633b131c3dbfc0bf743064f (patch) | |
| tree | b41566d66d755d438a87bd95be0d28887a04c919 /docs | |
| parent | 2d26b4637f0318736955b54b34f270fe9500f795 (diff) | |
Fixed #26097 -- Added password_validators_help_text_html to UserCreationForm.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 3 |
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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
