summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt7
1 files changed, 7 insertions, 0 deletions
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``
==============================