summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-22 12:53:51 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-22 12:53:51 +0000
commitf88d58285bd4303e54d6a2c6c821343786c9ac65 (patch)
treee745061b89d883a5bd3e91a41ecd2a64aed0c85a /docs
parent4ca66711b5438bcab6309e9e331eeb1bd9e2b63d (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/authentication.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/authentication.txt b/docs/authentication.txt
index e7adbfb6bf..31a894512a 100644
--- a/docs/authentication.txt
+++ b/docs/authentication.txt
@@ -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')``.