postmarker
postmarker copied to clipboard
fix: expose `on_exception` with other Django signals
on_exception is missing from src/postmarker/django/__init__.py, making it impossible to do
from postmarker.django import on_exception
even though the pre_send and post_send signals are exposed in this way.
Thanks