From c548c8d0d1112d2c4bace2eebf73ede35300d842 Mon Sep 17 00:00:00 2001 From: Unai Zalakain Date: Fri, 31 Oct 2014 17:43:34 +0200 Subject: Fixed #18456 -- Added path escaping to HttpRequest.get_full_path(). --- docs/ref/utils.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 4c7368f687..b32f0a838b 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -298,6 +298,13 @@ The functions defined in this module share the following properties: Returns an ASCII string containing the encoded result. +.. function:: escape_uri_path(path) + + .. versionadded:: 1.8 + + Escapes the unsafe characters from the path portion of a Uniform Resource + Identifier (URI). + ``django.utils.feedgenerator`` ============================== -- cgit v1.3