Stranger6667 / postmarker

Python client library for Postmark API
https://postmarker.readthedocs.io/en/stable/
MIT License
134 stars 29 forks source link

fix: expose `on_exception` with other Django signals #213

Open gregsadetsky opened 2 years ago

gregsadetsky commented 2 years ago

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