diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-04-20 19:50:27 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-04-20 19:50:27 +0000 |
| commit | 1b1060c9168227e9ff4b1e9141ba6086134030bd (patch) | |
| tree | 4b58dd24b6cee416256ca4a2e6d11097e75a0495 /docs/ref/unicode.txt | |
| parent | 6bdaef26ec9cc9841b944e1d18b13185f7bbe2f5 (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.txt | 2 |
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 ~~~~~~~~~~~~~~~~~~~~ |
