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:
parent
4ca66711b5
commit
f88d58285b
|
@ -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')``.
|
||||
|
|
Loading…
Reference in New Issue