We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc215c commit 2744761Copy full SHA for 2744761
book/routing.rst
@@ -493,8 +493,8 @@ match against the ``blog_show`` route.
493
.. note::
494
495
Keep in mind that the order of the routes is very important. If the ``blog_show``
496
- route were placed above the ``blog`` route, the ``/blog/2`` url would
497
- would match ``blog_show`` instead of ``blog`` since the ``{slug}`` parameter
+ route were placed above the ``blog`` route, the ``/blog/2`` url would match
+ ``blog_show`` instead of ``blog`` since the ``{slug}`` parameter
498
of ``blog_show`` has no requirements. By using proper ordering and clever
499
requirements, you can create a rich routing schema.
500
0 commit comments