summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.7.txt')
-rw-r--r--docs/releases/1.7.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index db3f6720ea..98f6578bba 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -557,7 +557,9 @@ Email
~~~~~
* :func:`~django.core.mail.send_mail` now accepts an ``html_message``
- parameter for sending a multipart ``text/plain`` and ``text/html`` email.
+ parameter for sending a multipart :mimetype:`text/plain` and
+ :mimetype:`text/html` email.
+
* The SMTP :class:`~django.core.mail.backends.smtp.EmailBackend` now accepts a
``timeout`` parameter.