Ticket #12720: django-test-client-cookie-fix.patch
File django-test-client-cookie-fix.patch, 486 bytes (added by , 15 years ago) |
---|
-
django/test/client.py
=== modified file 'django/test/client.py'
187 187 using the arguments to the request. 188 188 """ 189 189 environ = { 190 'HTTP_COOKIE': self.cookies ,190 'HTTP_COOKIE': self.cookies.output(header='', sep='; '), 191 191 'PATH_INFO': '/', 192 192 'QUERY_STRING': '', 193 193 'REQUEST_METHOD': 'GET',