From d392fc293c9439c19451e152f9560f24d1659563 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 16 Nov 2017 10:37:50 -0500 Subject: Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt. --- docs/releases/1.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/releases') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 94eff8f92d..d6ae31ef9b 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -200,7 +200,7 @@ Minor features and :meth:`~django.contrib.auth.models.User.has_module_perms` to short-circuit permission checking. * :class:`~django.contrib.auth.forms.PasswordResetForm` now - has a method :meth:`~django.contrib.auth.forms.PasswordResetForm.send_email` + has a method :meth:`~django.contrib.auth.forms.PasswordResetForm.send_mail` that can be overridden to customize the mail to be sent. * The ``max_length`` of :attr:`Permission.name -- cgit v1.3