Deprecate DjrillMessage

This commit is contained in:
medmunds
2015-05-12 16:14:58 -07:00
parent 80895316f1
commit 8d274e7b16
3 changed files with 29 additions and 0 deletions

View File

@@ -47,6 +47,14 @@ in debug mode.)
or `datetime` values used in any Mandrill message attributes other
than `send_at`. See :ref:`formatting-merge-data` for other options.
* **DjrillMessage class**
The ``DjrillMessage`` class has not been needed since Djrill 0.2.
You can simply set Djrill message attributes on any Django
:class:`~django.core.mail.EmailMultiAlternatives` object.
Djrill 1.4 will report a `DeprecationWarning` if you are still
using ``DjrillMessage``.
Change Log
----------