summaryrefslogtreecommitdiff
path: root/docs/topics/auth/default.txt
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:38:58 -0500
commit18324f2e657c68947e110f96a1a529e1e6c3f55e (patch)
treed239b230b554ea862bdbd89061bc814898d55b3c /docs/topics/auth/default.txt
parentdc629097af783e305e1bddbbd39745846fea6cdf (diff)
[1.11.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
Backport of d392fc293c9439c19451e152f9560f24d1659563 from master
Diffstat (limited to 'docs/topics/auth/default.txt')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index b00da04c25..727336a361 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -1673,7 +1673,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
A form for generating and emailing a one-time use link to reset a
user's password.
- .. method:: send_email(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None)
+ .. method:: send_mail(subject_template_name, email_template_name, context, from_email, to_email, html_email_template_name=None)
Uses the arguments to send an ``EmailMultiAlternatives``.
Can be overridden to customize how the email is sent to the user.