mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
This commit is contained in:
committed by
Tim Graham
parent
382c53d7d8
commit
ac09558760
@@ -89,6 +89,9 @@ Minor features
|
||||
* The admin changelist cells now have a ``field-<field_name>`` class in the
|
||||
HTML to enable style customizations.
|
||||
|
||||
* The :func:`~django.core.mail.send_mail` now accepts an ``html_message``
|
||||
parameter for sending a multipart text/plain and text/html email.
|
||||
|
||||
Backwards incompatible changes in 1.7
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user