mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Added section about URL reversion to URL mapper document.
This commit is contained in:
parent
34a736b752
commit
ec1aad1671
6 changed files with 132 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue