Ticket #8636: client.py.patch

File client.py.patch, 507 bytes (added by adamlofts, 16 years ago)

Attached as patch to help formatting

  • django/test/client.py

     
    191191            'REQUEST_METHOD':    'GET',
    192192            'SCRIPT_NAME':       '',
    193193            'SERVER_NAME':       'testserver',
    194             'SERVER_PORT':       80,
     194            'SERVER_PORT':       '80',
    195195            'SERVER_PROTOCOL':   'HTTP/1.1',
    196196        }
    197197        environ.update(self.defaults)
Back to Top