summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt4
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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~