diff options
| author | Tim Graham <timograham@gmail.com> | 2017-11-16 10:37:50 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-11-16 10:38:48 -0500 |
| commit | 2b3907cf74b7d4c15e50661c659f6b5ec7cb2f8d (patch) | |
| tree | 5a5b0f19fc5409cda1706e5132f5b3b1546af3ae /docs/topics | |
| parent | 0f7b5b38b603e06d6e3c8bdeecd096ad7f305af6 (diff) | |
[2.0.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.
Backport of d392fc293c9439c19451e152f9560f24d1659563 from master
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/auth/default.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 049df901ee..f1c41a5b11 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1570,7 +1570,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. |
