1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()

Thanks Jug_ for suggestion, john_scott for the initial patch,
and Tim Graham for code review.
This commit is contained in:
SusanTan
2013-08-10 01:13:41 -07:00
committed by Tim Graham
parent 4eeb8ec147
commit 71c491972e
5 changed files with 38 additions and 4 deletions

View File

@@ -152,6 +152,10 @@ Minor features
Each radio button or checkbox includes an ``id_for_label`` attribute to
output the element's ID.
* Any ``**kwargs`` passed to
:meth:`~django.contrib.auth.models.User.email_user()` are passed to the
underlying :meth:`~django.core.mail.send_mail()` call.
Backwards incompatible changes in 1.7
=====================================