Deprecate DjrillBackendHTTPError

This commit is contained in:
medmunds
2015-05-12 18:27:29 -07:00
parent 8d274e7b16
commit fd75c4b24d
3 changed files with 44 additions and 5 deletions

View File

@@ -55,6 +55,12 @@ in debug mode.)
Djrill 1.4 will report a `DeprecationWarning` if you are still
using ``DjrillMessage``.
* **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``.
Change Log
----------