From 6426928f5665953b93f6887e9bf9eadfb03489b6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 13 Sep 2014 20:20:01 -0400 Subject: [PATCH] Fixed broken link in 1.7 release notes. --- docs/releases/1.7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 6e8eb519e5..b489e0adbd 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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 ^^^^^^^^^^^^