diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2019-03-10 11:03:42 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2019-06-07 12:44:39 +0200 |
| commit | dcb8f00d06eec99072b78d54215c9a3dc04acb99 (patch) | |
| tree | c5f55c29e3d55df56644ed6738809f1d0330e5e2 /docs | |
| parent | c498f088c584ec3aff97409fdc11b39b28240de9 (diff) | |
Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.
Thank you to Nick Pope for review.
Co-authored-by: CHI Cheng <cloudream@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 1ba81c5643..f6a45ebfc9 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -76,6 +76,10 @@ Minor features to mirror the existing :meth:`~django.contrib.auth.models.User.get_group_permissions()` method. +* Added HTML ``autocomplete`` attribute to widgets of username, email, and + password fields in :mod:`django.contrib.auth.forms` for better interaction + with browser password managers. + :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
