diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-10-07 20:11:12 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-10-07 20:21:07 -0300 |
| commit | ec1aad1671bfbba7ef58e7477dd14d7add065838 (patch) | |
| tree | 9b3ae0431e0da2d4450d8b669f69bdc7e3c37c9d /docs/ref/templates | |
| parent | 34a736b7521def321b2104d541e634134c5d1c62 (diff) | |
Added section about URL reversion to URL mapper document.
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 07ac284905..3b8d058fb4 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -997,7 +997,7 @@ refer to the name of the pattern in the ``url`` tag instead of using the path to the view. Note that if the URL you're reversing doesn't exist, you'll get an -:exc:`^django.core.urlresolvers.NoReverseMatch` exception raised, which will +:exc:`~django.core.urlresolvers.NoReverseMatch` exception raised, which will cause your site to display an error page. If you'd like to retrieve a URL without displaying it, you can use a slightly |
