mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #10183 -- Corrected the handling of unicode in assertContains and assertNotContains. Thanks to trbs for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
37c21ef05d
commit
366710e636
5 changed files with 36 additions and 2 deletions
|
|
@ -22,4 +22,5 @@ urlpatterns = patterns('',
|
|||
(r'^set_session/$', views.set_session_view),
|
||||
(r'^check_session/$', views.check_session_view),
|
||||
(r'^request_methods/$', views.request_methods_view),
|
||||
(r'^check_unicode/$', views.return_unicode),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue