* Do not send CC if TEST_NOTIFICATIONS_RECIPIENTS * Fix rendering of plaintext email subject and body by decoding ampersand expressions.
1.4.7
=============
* Add Django 1.9 compatibility, backwards compatible with 1.8.
1.4.5
=============
* Add cc recipients support to NotificationMixin.
1.4.4
=============
* Add `TEST_NOTIFICATIONS_RECIPIENTS` setting for testing purposes, so all emails will go to the specified recipients instead of the ones defined in the notification.
=======
1.4.3
=============
* Use `default_storage.open` method for attachments, because on production environments usually media is stored on storages such as AWS S3.
1.4.2
=============
* Store email exceptions in Notification model * New NOTI_FAIL_SILENTLY setting to fail silently at email sending.