* Add ``is_active`` flag to ``AdminNotificationTemplate`` model
0.3.1
------------------
* Improve template variable checking * Add new filter ``filter_with_related_object``
0.3.0
------------------
* Fix documentation * Change ``PYNOTIFY_AUTOLOAD_APPS`` to ``PYNOTIFY_AUTOLOAD_MODULES``, i.e. allow notification handlers to reside in arbitrary module
0.2.2
------------------
* Use Django JSON encoder for encoding extra data
0.2.1
------------------
* Fix failed PyPi upload
0.2.0
------------------
* Add admin templates * Limit usage of related objects in templates and add ``PYNOTIFY_RELATED_OBJECTS_ALLOWED_ATTRIBUTES`` setting * Show placeholder text for deleted related objects