Open gregsadetsky opened 2 years ago
on_exception is missing from src/postmarker/django/__init__.py, making it impossible to do
on_exception
src/postmarker/django/__init__.py
from postmarker.django import on_exception
even though the pre_send and post_send signals are exposed in this way.
pre_send
post_send
Thanks
on_exception
is missing fromsrc/postmarker/django/__init__.py
, making it impossible to doeven though the
pre_send
andpost_send
signals are exposed in this way.Thanks