Skip to content

Commit cf07329

Browse files
author
Kevin Renskers
committed
Version 0.2.2
1 parent 621d05a commit cf07329

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
0.2.1: December 7, 2011
2828
- New model DisabledNotificationsTypeBackend: instead of saving what backend a user wants to use, we save what he does not want to use instead
2929

30-
NEXT
30+
0.2.2: February 5, 2012
3131
- New timed queue, send notifications after a certain time
32-
- The default types and backends are no longer registered by default, the developer needs to do this explicitly
32+
- The default types and backends are no longer registered by default, the developer needs to do this explicitly

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ There are multiple output backends. Some possible examples are:
2929
- iPhone push notification
3030
- notification center
3131

32-
At this moment only two email backends are provided, one of which is turned on by default.
32+
At this moment only two email backends are provided.
3333

3434
Notification types
3535
==================
3636
A notification type is the glue between a message (input) and one or more possible backends (output). For example, you
3737
might want to send all account related messages to email only, but notifications about new private messages could go to
3838
email, iPhone push messages, Django's own messages app, you name it.
3939

40-
Each notification type can specify its allowed backend, and each user can specify his preferred output backend(s).
40+
Each notification type can specify its allowed backend(s), and each user can specify his preferred output backend(s).
4141
Each notification will then figure out what backend to use based on this information.
4242

4343
Settings

notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.1'
1+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)