Django

Code

Changeset 5551

Show
Ignore:
Timestamp:
06/27/07 07:43:28 (1 year ago)
Author:
mtredinnick
Message:

Removed some duplication. I suck at documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/email.txt

    r5550 r5551  
    208208    original functions only for backwards compatibility. 
    209209 
    210     If you need to add new functionality to the e-mail infrastrcture, 
    211     sub-classing the ``EmailMessage`` class should make this a simple task. 
    212  
    213210In general, ``EmailMessage`` is responsible for creating the e-mail message 
    214211itself. ``SMTPConnection`` is responsible for the network connection side of