Author: brosner
Date: Mon Oct 13 14:36:58 2008
New Revision: 105
Modified:
trunk/notification/models.py
Log:
Updated a docstring that had slipped through.
Modified: trunk/notification/models.py
==============================================================================
--- trunk/notification/models.py (original)
+++ trunk/notification/models.py Mon Oct 13 14:36:58 2008
@@ -304,9 +304,9 @@
def queue(users, label, extra_context=None, on_site=True):
"""
- A basic interface around send. Checks NOTIFICATION_QUEUE_ALL to
determine
- behavior, but queue function argument can override global behavior on a
- per call basis.
+ Queue the notification in NoticeQueueBatch. This allows for large
amounts
+ of user notifications to be deferred to a seperate process running
outside
+ the webserver.
"""
if extra_context is None:
extra_context = {}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---