Docs: remove pre-2.0 versionadded/versionchanged

(Cut the old-version clutter)
This commit is contained in:
medmunds
2015-12-02 17:06:15 -08:00
parent 265c7460e0
commit d496555813
3 changed files with 1 additions and 50 deletions

View File

@@ -6,9 +6,6 @@ Sending Template Mail
Mandrill Templates
------------------
.. versionadded:: 0.3
Mandrill template support
To use a *Mandrill* (MailChimp) template stored in your Mandrill account,
set a :attr:`template_name` and (optionally) :attr:`template_content`
on your :class:`~django.core.mail.EmailMessage` object::
@@ -96,16 +93,11 @@ your :class:`~django.core.mail.EmailMessage` object::
If `True`, Djrill will omit the subject, and Mandrill will
use the default subject from the template.
.. versionadded:: 1.1
.. attribute:: use_template_from
If `True`, Djrill will omit the "from" field, and Mandrill will
use the default "from" from the template.
.. versionadded:: 1.1
.. _django-templates: