diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/urlresolvers.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/urlresolvers.txt b/docs/ref/urlresolvers.txt index 745ee9d6fd..b9af97f790 100644 --- a/docs/ref/urlresolvers.txt +++ b/docs/ref/urlresolvers.txt @@ -137,6 +137,13 @@ If the URL does not resolve, the function raises a For example, if ``path('users/<id>/', ...)`` is the matching pattern, ``route`` will contain ``'users/<id>/'``. + .. attribute:: ResolverMatch.tried + + .. versionadded:: 3.2 + + The list of URL patterns tried before the URL either matched one or + exhausted available patterns. + .. attribute:: ResolverMatch.app_name The application namespace for the URL pattern that matches the |
