Author: adrian
Date: 2007-05-02 15:24:36 -0500 (Wed, 02 May 2007)
New Revision: 5137

Modified:
   django/trunk/docs/templates_python.txt
Log:
Fixed #4139 -- Fixed typo in docs/templates_python.txt.

Modified: django/trunk/docs/templates_python.txt
===================================================================
--- django/trunk/docs/templates_python.txt      2007-05-02 16:30:00 UTC (rev 
5136)
+++ django/trunk/docs/templates_python.txt      2007-05-02 20:24:36 UTC (rev 
5137)
@@ -345,7 +345,7 @@
       ``request.user.get_and_delete_messages()`` for every request. That method
       collects the user's messages and deletes them from the database.
 
-      Note that messages are set with ``user.add_message()``. See the
+      Note that messages are set with ``user.message_set.create``. See the
       `message docs`_ for more.
 
     * ``perms`` -- An instance of


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to