Changeset 5137
- Timestamp:
- 05/02/07 15:24:36 (1 year ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r5039 r5137 346 346 collects the user's messages and deletes them from the database. 347 347 348 Note that messages are set with ``user. add_message()``. See the348 Note that messages are set with ``user.message_set.create``. See the 349 349 `message docs`_ for more. 350 350
