Drop legacy DjrillBackendHTTPError exception

This commit is contained in:
medmunds
2015-11-29 12:55:16 -08:00
parent 209f9573ff
commit 699216ba00
3 changed files with 5 additions and 52 deletions

View File

@@ -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
--------------