Fixed broken link in 1.7 release notes.
This commit is contained in:
parent
6072f17d09
commit
6426928f56
|
@ -567,7 +567,7 @@ Email
|
||||||
* :func:`~django.core.mail.send_mail` now accepts an ``html_message``
|
* :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 ``text/plain`` and ``text/html`` email.
|
||||||
* The SMTP :class:`~django.core.mail.backends.smtp.EmailBackend` now accepts a
|
* 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
|
File Storage
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue