summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-11-16 10:37:50 -0500
committerTim Graham <timograham@gmail.com>2017-11-16 10:37:50 -0500
commitd392fc293c9439c19451e152f9560f24d1659563 (patch)
tree49aa907f3a8459766774aec731f65b3531b0633e /docs/releases
parent6bf85ff7e3b837378589e449ba27be8971d9b14c (diff)
Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 1 insertions, 1 deletions
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