Django

Code

Changeset 6189

Show
Ignore:
Timestamp:
09/14/07 10:21:30 (1 year ago)
Author:
adrian
Message:

Added 'New in Django development version' note to docs/request_response.txt change from [6164]

Files:

Legend:

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

    r6164 r6189  
    163163 
    164164``build_absolute_uri(location)`` 
     165   **New in Django development version** 
     166 
    165167   Returns the absolute URI form of ``location``. If no location is provided, 
    166168   the location will be set to ``request.get_full_path()``.