summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-11-23 13:44:24 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-11-23 13:44:24 +0000
commitcf169d9e12720558f3de5fa9cfb5aa3d925f3c57 (patch)
tree79514afa4c2257fccbbecc95f1e42e0961e96693 /docs/topics
parentf5fefcc8c959ed660d69da7177e5ad68efcc3feb (diff)
Cleaned up the release notes index page, and added some stub 1.1.2 and 1.2 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/email.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 92e3c0263d..f7857479ca 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -421,6 +421,8 @@ want to specify it explicitly, put the following in your settings::
still available in ``django.core.mail`` as an alias for the SMTP backend.
New code should use :meth:`~django.core.mail.get_connection` instead.
+.. _topic-email-console-backend:
+
Console backend
~~~~~~~~~~~~~~~
@@ -436,6 +438,8 @@ To specify this backend, put the following in your settings::
This backend is not intended for use in production -- it is provided as a
convenience that can be used during development.
+.. _topic-email-file-backend:
+
File backend
~~~~~~~~~~~~
@@ -453,6 +457,8 @@ To specify this backend, put the following in your settings::
This backend is not intended for use in production -- it is provided as a
convenience that can be used during development.
+.. _topic-email-memory-backend:
+
In-memory backend
~~~~~~~~~~~~~~~~~
@@ -469,6 +475,8 @@ To specify this backend, put the following in your settings::
This backend is not intended for use in production -- it is provided as a
convenience that can be used during development and testing.
+.. _topic-email-dummy-backend:
+
Dummy backend
~~~~~~~~~~~~~