mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the test client. Thanks to Rick Wagner for his help identifying and fixing this problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10513 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8fecf36b68
commit
8dc73e8425
5 changed files with 67 additions and 2 deletions
|
|
@ -23,4 +23,5 @@ urlpatterns = patterns('',
|
|||
(r'^check_session/$', views.check_session_view),
|
||||
(r'^request_methods/$', views.request_methods_view),
|
||||
(r'^check_unicode/$', views.return_unicode),
|
||||
(r'^parse_unicode_json/$', views.return_json_file),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue