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/topics/auth/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/auth') diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 512aff0f07..40b91da731 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1452,7 +1452,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. -- cgit v1.3