Django

Code

Changeset 5147

Show
Ignore:
Timestamp:
05/03/07 12:52:38 (2 years ago)
Author:
mtredinnick
Message:

Added "new in development version" markers to new email stuff.

Files:

Legend:

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

    r5146 r5147  
    190190=========================================== 
    191191 
     192**New in Django development version** 
     193 
    192194Django's ``send_mail()`` and ``send_mass_mail()`` functions are actually thin 
    193195wrappers that make use of the ``EmailMessage`` and ``SMTPConnection`` classes 
  • django/trunk/docs/settings.txt

    r5144 r5147  
    431431EMAIL_USE_TLS 
    432432------------- 
     433 
     434**New in Django development version** 
    433435 
    434436Default: ``False``