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
This commit is contained in:
parent
ee882b6abd
commit
d339b2b65e
|
@ -112,7 +112,7 @@ It also has these methods:
|
||||||
|
|
||||||
Sets a test cookie to determine whether the user's browser supports
|
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
|
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.
|
more information.
|
||||||
|
|
||||||
* ``test_cookie_worked()``
|
* ``test_cookie_worked()``
|
||||||
|
@ -120,7 +120,7 @@ It also has these methods:
|
||||||
Returns either ``True`` or ``False``, depending on whether the user's
|
Returns either ``True`` or ``False``, depending on whether the user's
|
||||||
browser accepted the test cookie. Due to the way cookies work, you'll
|
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.
|
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()``
|
* ``delete_test_cookie()``
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue