summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-06-27 12:43:28 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-06-27 12:43:28 +0000
commitd605611bc533266e0e7a1358611f165f8160ffb1 (patch)
tree5bcc9abe90e6970d1db7f1c9a01fb07de9a693f2 /docs
parent987f8aa257540aa310cd029f9b6c914700095ede (diff)
Removed some duplication. I suck at documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/email.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/email.txt b/docs/email.txt
index d81a49c2e2..630f185d62 100644
--- a/docs/email.txt
+++ b/docs/email.txt
@@ -207,9 +207,6 @@ e-mail, you can subclass these two classes to suit your needs.
move to a more object-oriented design for e-mail messages and retain the
original functions only for backwards compatibility.
- If you need to add new functionality to the e-mail infrastrcture,
- sub-classing the ``EmailMessage`` class should make this a simple task.
-
In general, ``EmailMessage`` is responsible for creating the e-mail message
itself. ``SMTPConnection`` is responsible for the network connection side of
the operation. This means you can reuse the same connection (an