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
1 changed files with 1 additions and 1 deletions

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
^^^^^^^^^^^^