summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-06-16 04:01:33 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-06-16 04:01:33 +0000
commitd339b2b65e07bd9161f040065e685f8ab8952cd2 (patch)
tree08fb090350d004cd5a5721259670a83a54dd7e6f /docs
parentee882b6abd83089f24f7329b97f5c551b6a2f2cb (diff)
Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/sessions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sessions.txt b/docs/sessions.txt
index da083b7713..0c47f0deed 100644
--- a/docs/sessions.txt
+++ b/docs/sessions.txt
@@ -112,7 +112,7 @@ It also has these methods:
Sets a test cookie to determine whether the user's browser supports
cookies. Due to the way cookies work, you won't be able to test this
- until the user's next page request. See "Setting test cookies" below for
+ until the user's next page request. See `Setting test cookies`_ below for
more information.
* ``test_cookie_worked()``
@@ -120,7 +120,7 @@ It also has these methods:
Returns either ``True`` or ``False``, depending on whether the user's
browser accepted the test cookie. Due to the way cookies work, you'll
have to call ``set_test_cookie()`` on a previous, separate page request.
- See "Setting test cookies" below for more information.
+ See `Setting test cookies`_ below for more information.
* ``delete_test_cookie()``