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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-09-14 15:21:30 +00:00
parent 595bf6b691
commit 7ed3196536
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ Methods
Example: ``"/music/bands/the_beatles/?print=true"``
``build_absolute_uri(location)``
**New in Django development version**
Returns the absolute URI form of ``location``. If no location is provided,
the location will be set to ``request.get_full_path()``.