Skip to content

Commit

Permalink
Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyC…
Browse files Browse the repository at this point in the history
…hris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Sep 22, 2006
1 parent 4ca6671 commit f88d582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ timestamps.
Messages are used by the Django admin after successful actions. For example, Messages are used by the Django admin after successful actions. For example,
``"The poll Foo was created successfully."`` is a message. ``"The poll Foo was created successfully."`` is a message.


The API is simple:: The API is simple:


* To create a new message, use * To create a new message, use
``user_obj.message_set.create(message='message_text')``. ``user_obj.message_set.create(message='message_text')``.
Expand Down

0 comments on commit f88d582

Please sign in to comment.