Django

Code

Changeset 7654

Show
Ignore:
Timestamp:
06/15/08 23:01:33 (3 months ago)
Author:
adrian
Message:

Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thanks, ramiro

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/sessions.txt

    r7619 r7654  
    113113      Sets a test cookie to determine whether the user's browser supports 
    114114      cookies. Due to the way cookies work, you won't be able to test this 
    115       until the user's next page request. See "Setting test cookies" below for 
     115      until the user's next page request. See `Setting test cookies`_ below for 
    116116      more information. 
    117117 
     
    121121      browser accepted the test cookie. Due to the way cookies work, you'll 
    122122      have to call ``set_test_cookie()`` on a previous, separate page request. 
    123       See "Setting test cookies" below for more information. 
     123      See `Setting test cookies`_ below for more information. 
    124124 
    125125    * ``delete_test_cookie()``