Django

Code

Changeset 5137

Show
Ignore:
Timestamp:
05/02/07 15:24:36 (1 year ago)
Author:
adrian
Message:

Fixed #4139 -- Fixed typo in docs/templates_python.txt.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates_python.txt

    r5039 r5137  
    346346      collects the user's messages and deletes them from the database. 
    347347 
    348       Note that messages are set with ``user.add_message()``. See the 
     348      Note that messages are set with ``user.message_set.create``. See the 
    349349      `message docs`_ for more. 
    350350