We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aaa36e commit d097e77Copy full SHA for d097e77
CHANGELOG
@@ -10,6 +10,11 @@ BI = backward incompatible change
10
an optional sender
11
* added received and sent methods taking a User instance to Notice.objects
12
* New default behavior: single notice view now marks unseen notices as seen
13
+ * no longer optionally depend on mailer; use django.core.mail.send_mail and
14
+ we now encourge use of Django 1.2+ for mailer support
15
+ * notifications are not sent to inactive users
16
+ * users which do not exist when sending notification are now ignored
17
+ * BI: split settings part of notices view to its own view notice_settings
18
19
0.1.5
20
-----
0 commit comments