mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #14753 -- Fixed the test client to not raise an AssertionError when request.raw_post_data is accessed from a view it has fetched with GET. Thanks zimnyx for the report and ojii for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
19bfdadc43
commit
190f6e5b45
4 changed files with 14 additions and 1 deletions
|
|
@ -26,4 +26,5 @@ urlpatterns = patterns('',
|
|||
(r'^parse_unicode_json/$', views.return_json_file),
|
||||
(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),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue