Commit graph

27 commits

Author SHA1 Message Date
Matthew Schinckel
bb6f533da8 Use urls with namespaces.
Use request.user.notifications instead of Notifications.objects...
Use render() instead of render_to_response()
2012-10-25 09:42:32 +10:30
Matthew Schinckel
182be4295d Remove unused comment. 2012-10-25 09:42:17 +10:30
Matthew Schinckel
9d7a22c645 Restructure and simplify templates. 2012-10-25 09:41:55 +10:30
Matthew Schinckel
bc54bc092b Add a level attribute. 2012-10-25 09:41:21 +10:30
Matthew Schinckel
167133c635 Clean up documentation for new API/queryset methods. 2012-10-25 09:40:39 +10:30
Matthew Schinckel
ef02350aa2 Require django to be installed. 2012-10-25 09:40:19 +10:30
Matthew Schinckel
93cebc0f0a Simplify the notification tag.
No longer can store the value in a variable.
2012-10-25 09:37:30 +10:30
Matthew Schinckel
b9425a4abb Install url patterns within a namespace. 2012-10-25 09:25:19 +10:30
Matthew Schinckel
d02c7893ac Document/clean-up query set API. 2012-10-24 10:40:28 +10:30
Matthew Schinckel
a37250431b Note about django-model-utils 2012-10-24 10:40:02 +10:30
Matthew Schinckel
43de153df4 Convert field from readed to unread. 2012-10-24 09:55:09 +10:30
Matthew Schinckel
39d1481a4a Add migrations to convert field 'readed' to 'unread'. 2012-10-24 09:54:39 +10:30
Matthew Schinckel
e2e5b22fd0 Add migration for extra data field. 2012-10-24 09:54:11 +10:30
Matthew Schinckel
8a46b33d1f Added base migration. 2012-10-24 09:51:37 +10:30
Matthew Schinckel
c4001cd64c Typo. 2012-10-24 09:43:49 +10:30
Matthew Schinckel
6d65205c69 Fixed a bug where passing recipients was not really effective: it still marked all as read/unread based on the entire query set. 2012-10-24 09:41:52 +10:30
Matthew Schinckel
ab0d062f30 Added myself to AUTHORS.txt 2012-10-24 09:40:00 +10:30
Matthew Schinckel
a80c7e5fae Keep the same API (but extend it) for manager methods (they turn into query set methods). 2012-10-24 09:37:42 +10:30
Matthew Schinckel
4e28b6b5d1 Document the extra data field. 2012-10-24 09:36:39 +10:30
Matthew Schinckel
a2b310b6cd Update last instance of 'readed' to unread. 2012-10-23 17:23:06 +10:30
Matthew Schinckel
c095bda717 Reformat lines. 2012-10-23 17:22:19 +10:30
Matthew Schinckel
d8567930b4 Change 'readed' field to unread.
Add a better manager/queryset. (required django-model-utils).
2012-10-23 17:20:29 +10:30
Matthew Schinckel
55c4701d1b Add support for a 'data' field to attach arbitrary data to a notification. 2012-10-23 16:13:49 +10:30
Brant Young
225f6f0e26 release 0.5.3 - forgot README.rst file 2012-07-22 21:38:26 +08:00
Brant Young
14c5c5d950 0.5.1 release 2012-07-22 21:16:05 +08:00
Brant Young
da17a04911 First version based on django-activity-stream v0.4.3 2012-07-22 21:14:44 +08:00
Brant.Y
4c6d21badb Initial commit 2012-07-22 03:41:03 -07:00