diff options
Diffstat (limited to 'docs/topics/email.txt')
| -rw-r--r-- | docs/topics/email.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index d8a582c181..a48e18a825 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -350,11 +350,6 @@ email backend API :ref:`provides an alternative :class:`EmailAttachment`, or a tuple with attributes ``(filename, content, mimetype)``. - .. versionchanged:: 5.2 - - Support for :class:`EmailAttachment` items of ``attachments`` was - added. - .. versionchanged:: 6.0 Support for :class:`~email.message.MIMEPart` objects in the @@ -515,8 +510,6 @@ email backend API :ref:`provides an alternative .. class:: EmailAttachment - .. versionadded:: 5.2 - A named tuple to store attachments to an email. The named tuple has the following indexes: @@ -555,11 +548,6 @@ Django's email library, you can do this using the Alternatives should only be added using the :meth:`attach_alternative` method, or passed to the constructor. - .. versionchanged:: 5.2 - - In older versions, ``alternatives`` was a list of regular tuples, - as opposed to :class:`EmailAlternative` named tuples. - .. method:: attach_alternative(content, mimetype) Attach an alternative representation of the message body in the email. @@ -579,8 +567,6 @@ Django's email library, you can do this using the .. method:: body_contains(text) - .. versionadded:: 5.2 - Returns a boolean indicating whether the provided ``text`` is contained in the email ``body`` and in all attached MIME type ``text/*`` alternatives. @@ -599,8 +585,6 @@ Django's email library, you can do this using the .. class:: EmailAlternative - .. versionadded:: 5.2 - A named tuple to store alternative versions of email content. The named tuple has the following indexes: |
