From dcb8f00d06eec99072b78d54215c9a3dc04acb99 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Sun, 10 Mar 2019 11:03:42 +0100 Subject: Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields. Thank you to Nick Pope for review. Co-authored-by: CHI Cheng --- docs/releases/3.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3