From 7ed3196536518498c99524e3ef40e36e5236da60 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 14 Sep 2007 15:21:30 +0000 Subject: [PATCH] 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 --- docs/request_response.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/request_response.txt b/docs/request_response.txt index 5c1abfa2ad..bf914fb5ff 100644 --- a/docs/request_response.txt +++ b/docs/request_response.txt @@ -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()``.