Skip to content

Commit 7e6cce1

Browse files
author
Kevin Renskers
committed
0.1.3: December 5, 2011
- Completely separated notification types and backends - Rendered subject and text are saved in database queue - Simpler to create notification, no more .do('add') - New get_recipients method - Able to set a different subject and/or text per different backend - Respect FAIL_SILENT in _get_backends(self) - Completely removed the Django messages backend (it didn't make sense) - Updated docs and usage examples
1 parent d247271 commit 7e6cce1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
0.1.0: Never published
1+
0.1.0: November 9, 2011
22
- Initial version
33

4-
0.1.1: Never published
4+
0.1.1: November 24, 2011
55
- Bugfixes
66

77
0.1.2: December 1, 2011
88
- The DjangoMessagesNotificationBackend can now use the subject as well as the text
99
- Easier to subclass BaseNotification and set your own default properties
1010
- Changed documentation to reStructuredText, in preparation of move to PyPi
1111

12-
Next
12+
0.1.3: December 5, 2011
13+
- Completely separated notification types and backends
14+
- Rendered subject and text are saved in database queue
15+
- Simpler to create notification, no more .do('add')
16+
- New get_recipients method
1317
- Able to set a different subject and/or text per different backend
1418
- Respect FAIL_SILENT in _get_backends(self)
19+
- Completely removed the Django messages backend (it didn't make sense)
20+
- Updated docs and usage examples
21+
22+
Next: ?
23+
- New settings app

0 commit comments

Comments
 (0)