mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #15368 - test failures due to regression with RequestContext
Thanks to cyberdelia for the reports on this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b5b5ba6cd9
commit
2366415f48
5 changed files with 29 additions and 15 deletions
|
|
@ -27,4 +27,5 @@ urlpatterns = patterns('',
|
|||
(r'^check_headers/$', views.check_headers),
|
||||
(r'^check_headers_redirect/$', redirect_to, {'url': '/test_client_regress/check_headers/'}),
|
||||
(r'^raw_post_data/$', views.raw_post_data),
|
||||
(r'^request_context_view/$', views.request_context_view),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue