diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-13 20:20:01 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-13 20:20:01 -0400 |
| commit | 6426928f5665953b93f6887e9bf9eadfb03489b6 (patch) | |
| tree | bc7996c456153fb92f5622d3527e1f7f1d9f1345 | |
| parent | 6072f17d09cbe8b7cecfbfa1a253d0a4f2152170 (diff) | |
Fixed broken link in 1.7 release notes.
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ^^^^^^^^^^^^ |
