1
0
mirror of https://github.com/django/django.git synced 2025-02-24 09:04:48 +00:00

Fixed broken link in 1.7 release notes.

This commit is contained in:
Tim Graham 2014-09-13 20:20:01 -04:00
parent 6072f17d09
commit 6426928f56

View File

@ -567,7 +567,7 @@ Email
* :func:`~django.core.mail.send_mail` now accepts an ``html_message``
parameter for sending a multipart ``text/plain`` and ``text/html`` email.
* The SMTP :class:`~django.core.mail.backends.smtp.EmailBackend` now accepts a
:attr:`~django.core.mail.backends.smtp.EmailBackend.timeout` parameter.
``timeout`` parameter.
File Storage
^^^^^^^^^^^^