Ticket #8636: client.py.patch
| File client.py.patch, 507 bytes (added by adamlofts, 4 months ago) |
|---|
-
django/test/client.py
old new 191 191 'REQUEST_METHOD': 'GET', 192 192 'SCRIPT_NAME': '', 193 193 'SERVER_NAME': 'testserver', 194 'SERVER_PORT': 80,194 'SERVER_PORT': '80', 195 195 'SERVER_PROTOCOL': 'HTTP/1.1', 196 196 } 197 197 environ.update(self.defaults)
