We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
encodeID()
1 parent 59ae985 commit d10a602Copy full SHA for d10a602
1 file changed
user_guide_src/source/incoming/routing.rst
@@ -68,7 +68,7 @@ Placeholders Description
68
(:num) will match any integer.
69
(:alpha) will match any string of alphabetic characters
70
(:alphanum) will match any string of alphabetic characters or integers, or any combination of the two.
71
-(:hash) is the same as **(:segment)**, but can be used to easily see which routes use hashed ids (see the :doc:`Model </models/model>` docs).
+(:hash) is the same as **(:segment)**, but can be used to easily see which routes use hashed ids.
72
============ ===========================================================================================================
73
74
.. note:: **{locale}** cannot be used as a placeholder or other part of the route, as it is reserved for use
0 commit comments