Skip to content

Commit

Permalink
fix: expose on_exception with other Django signals
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky authored May 11, 2022
1 parent c571701 commit f8a63a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postmarker/django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .backend import EmailBackend, PostmarkEmailMessage, PostmarkEmailMixin, PostmarkEmailMultiAlternatives # noqa
from .signals import post_send, pre_send # noqa
from .signals import post_send, pre_send, on_exception # noqa

0 comments on commit f8a63a2

Please sign in to comment.