summaryrefslogtreecommitdiff
path: root/docs/ref/unicode.txt
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-04-20 19:50:27 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-04-20 19:50:27 +0000
commit1b1060c9168227e9ff4b1e9141ba6086134030bd (patch)
tree4b58dd24b6cee416256ca4a2e6d11097e75a0495 /docs/ref/unicode.txt
parent6bdaef26ec9cc9841b944e1d18b13185f7bbe2f5 (diff)
Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thanks to guettli for the report and draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/unicode.txt')
-rw-r--r--docs/ref/unicode.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt
index 2a13736b82..8272e049a8 100644
--- a/docs/ref/unicode.txt
+++ b/docs/ref/unicode.txt
@@ -140,6 +140,8 @@ Normally, you'll only need to use ``smart_unicode()``. Call it as early as
possible on any input data that might be either Unicode or a bytestring, and
from then on, you can treat the result as always being Unicode.
+.. _uri-and-iri-handling:
+
URI and IRI handling
~~~~~~~~~~~~~~~~~~~~