postmarker icon indicating copy to clipboard operation
postmarker copied to clipboard

fix: expose `on_exception` with other Django signals

Open gregsadetsky opened this issue 3 years ago • 0 comments

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

gregsadetsky avatar May 11 '22 20:05 gregsadetsky