mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Drop legacy DjrillBackendHTTPError exception
This commit is contained in:
@@ -53,6 +53,10 @@ Removed DjrillMessage class
|
||||
You should replace any uses of it with the standard
|
||||
:class:`~django.core.mail.EmailMessage` class.
|
||||
|
||||
Removed DjrillBackendHTTPError
|
||||
This exception was deprecated in Djrill 0.3. Replace uses of it
|
||||
with :exc:`djrill.MandrillAPIError`.
|
||||
|
||||
|
||||
**Dates in merge data and other attributes**
|
||||
|
||||
@@ -72,13 +76,6 @@ or datetime values used in any Mandrill message attributes other
|
||||
than `send_at`. See :ref:`formatting-merge-data` for other options.
|
||||
|
||||
|
||||
**DjrillBackendHTTPError**
|
||||
|
||||
The ``DjrillBackendHTTPError`` exception was replaced in Djrill 0.3
|
||||
with :exc:`djrill.MandrillAPIError`. Djrill 1.4 will report a
|
||||
DeprecationWarning if you are still importing DjrillBackendHTTPError.
|
||||
|
||||
|
||||
Older Releases
|
||||
--------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user