From 32683de27c1b219af1aef5945e1976fdc66b746c Mon Sep 17 00:00:00 2001 From: Boulder Sprinters Date: Thu, 3 May 2007 19:26:47 +0000 Subject: boulder-oracle-sprint: Merged to [5147] git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5148 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates_python.txt') diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 7cc9acede8..1eeede1fe8 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -345,7 +345,7 @@ If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every ``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 -- cgit v1.3