Ticket #8636: client.py.patch
File client.py.patch, 507 bytes (added by , 16 years ago) |
---|
-
django/test/client.py
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)