diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-02-16 05:14:18 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-02-16 05:14:18 +0000 |
| commit | 910aa0ea288e107c11c4f9973c88158d47fe2bd5 (patch) | |
| tree | edc3b7510123d4cbc67dc8a8d0005d46df83ce9e /docs/topics/http | |
| parent | b09a197a3e43d34ea3242a63fe814470ebc89269 (diff) | |
[1.0.X] Auth-related doc cleanups:
* Added to documentation of missing characters from `allowed_chars` in `make_random_password`.
* Fixed several long lines and word wraps.
* Added a reference link to the "How to log a user in" section and made a later reference to this section an actual link using the `:ref:` directive.
* Turned a command line code example into a code block.
* Added attribute reference link for a ``request.META`` mention.
* Added `code-block:: html` directives for HTML examples.
* Corrected reference links for all the `auth.views` functions.
* Added a few function signatures and documentation of optional parameters that were missing for some of the the `auth.views` functions (refs #10272).
Backport of r9835 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/sessions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 7c28768e30..712e3089bb 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -122,7 +122,7 @@ It also has these methods: session key value that is sent back to the user in the cookie. This is used if you want to ensure that the previous session data can't be accessed again from the user's browser (for example, the - ``django.contrib.auth.logout()`` method calls it). + :func:`django.contrib.auth.logout()` function calls it). * ``set_test_cookie()`` |
