mirror of
https://github.com/django/django.git
synced 2025-07-18 08:39:15 +00:00
[1.0.X] Cleanup of some minor markup problems in URL documentation. Thanks to Ramiro Morales for the patch (an apologies for ommitting the credit from r11275)
Merge of r11275 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
dff276b9c1
commit
624194a33a
@ -557,7 +557,7 @@ view::
|
|||||||
|
|
||||||
This is completely valid, but it leads to problems when you try to do reverse
|
This is completely valid, but it leads to problems when you try to do reverse
|
||||||
URL matching (through the ``permalink()`` decorator or the :ttag:`url` template
|
URL matching (through the ``permalink()`` decorator or the :ttag:`url` template
|
||||||
tag. Continuing this example, if you wanted to retrieve the URL for the
|
tag). Continuing this example, if you wanted to retrieve the URL for the
|
||||||
``archive`` view, Django's reverse URL matcher would get confused, because *two*
|
``archive`` view, Django's reverse URL matcher would get confused, because *two*
|
||||||
URLpatterns point at that view.
|
URLpatterns point at that view.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user