From 24adaf76f14bb32fcd2389b0339fd9cfc2cc98c2 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Wed, 20 Apr 2011 19:51:54 +0000 Subject: [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 --- docs/ref/unicode.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/ref') 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 ~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3