django-signal-notifier changelog
=================================

v0.2.0
------
+ Subscription validation on required_signal_args of the backends and and providing_args(signal arguments) of the triggers
+ Add subscription validation on bootstrap and admin pages
+ Testing subscription validation

v0.1.5
------
+ Backend testing commands('run_message_template' and 'test_messenger') are provided

v0.1.4
------
+ DSN flow testing commands('run_trigger' and 'run_builtin_signal_trigger') are provided

v0.1.3
------
+ Add more exceptions
+ Disconnecting orphan handler functions of deleted trigger

v0.1.2
------
+ Python logging standard
+ Specialized exceptions are provided


v0.1.1
------
+ Added enabled field to trigger


v0.1.0
------
+ Basic functionality.
