- Drop official support for django < 1.11 and python 3.2-3.3 - Changed Notification.notification_class and Notification.verbose_name fields to have less restrictive `max_length`
0.1.9
- Changed SentNotification.error_message to a TextField to fix issues when message is longer than 255 characters
0.1.8
- Fix for migration bug introduced in 0.1.7
0.1.7
- User disabled notifications support
0.1.6
- Email attachments support
0.1.5
- Added decorator to register notifications - Fixed issue where an extra migration would get created in django 1.10 - Initial support for django 1.11