Author: leidel
Date: Wed Jan 21 01:12:40 2009
New Revision: 147
Modified:
wiki/IntegratingNotification.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/IntegratingNotification.wiki
==============================================================================
--- wiki/IntegratingNotification.wiki (original)
+++ wiki/IntegratingNotification.wiki Wed Jan 21 01:12:40 2009
@@ -37,6 +37,8 @@
Notice that the code is wrapped in a try clause so if django-notification
is not installed, your app will proceed anyway.
+Note that the display and description arguments are marked for translation
by using ugettext_noop. That will enable you to use Django's makemessages
management command and use django-notification's i18n capabilities.
+
==Sending Notification==
To send a message you use `send(users, notice_type_label,
message_template, object_list, issue_notice)` where `object_list` and
`issue_notice` are optional.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---