Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2006-09-22 12:53:51 +00:00
parent 4ca66711b5
commit f88d58285b
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ timestamps.
Messages are used by the Django admin after successful actions. For example,
``"The poll Foo was created successfully."`` is a message.
The API is simple::
The API is simple:
* To create a new message, use
``user_obj.message_set.create(message='message_text')``.