diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-09-22 12:53:51 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-09-22 12:53:51 +0000 |
| commit | f88d58285bd4303e54d6a2c6c821343786c9ac65 (patch) | |
| tree | e745061b89d883a5bd3e91a41ecd2a64aed0c85a /docs | |
| parent | 4ca66711b5438bcab6309e9e331eeb1bd9e2b63d (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.txt | 2 |
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')``. |
