summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-04-20 19:51:54 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-04-20 19:51:54 +0000
commit24adaf76f14bb32fcd2389b0339fd9cfc2cc98c2 (patch)
treed4c906e5cbcbc810fbd6150322b4d164aa4f3d25 /docs/ref
parentb061cb97be8254f7b0f816cd10db0bf811f9509e (diff)
[1.3.X] Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thanks to guettli for the report and draft patch.
Backport of [16054] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-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 c84347844b..6eccc26a36 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
~~~~~~~~~~~~~~~~~~~~