mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #15695 -- Added ResolverMatch
to the request object.
This commit is contained in:
parent
44767f2caf
commit
b946db5241
6 changed files with 29 additions and 3 deletions
|
@ -28,6 +28,7 @@ otherobj2 = URLObject('nodefault', 'other-ns2')
|
|||
urlpatterns = patterns('regressiontests.urlpatterns_reverse.views',
|
||||
url(r'^normal/$', 'empty_view', name='normal-view'),
|
||||
url(r'^normal/(?P<arg1>\d+)/(?P<arg2>\d+)/$', 'empty_view', name='normal-view'),
|
||||
url(r'^resolver_match/$', 'pass_resolver_match_view', name='test-resolver-match'),
|
||||
|
||||
url(r'^\+\\\$\*/$', 'empty_view', name='special-view'),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue