mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Fixed #16087 -- Added ResolverMatch instance to test client response.
Thanks mrmachine for the suggestion.
This commit is contained in:
parent
2d425116e2
commit
bf743a4d57
5 changed files with 54 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ from . import views
|
|||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^get_view/$', views.get_view),
|
||||
url(r'^get_view/$', views.get_view, name='get_view'),
|
||||
url(r'^post_view/$', views.post_view),
|
||||
url(r'^header_view/$', views.view_with_header),
|
||||
url(r'^raw_post_view/$', views.raw_post_view),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue