Ticket #8551: django-remote_addr-test.patch

File django-remote_addr-test.patch, 498 bytes (added by Michael Schurter, 16 years ago)
  • django/test/client.py

     
    188188            'HTTP_COOKIE':      self.cookies,
    189189            'PATH_INFO':         '/',
    190190            'QUERY_STRING':      '',
     191            'REMOTE_ADDR':       '127.0.0.1',
    191192            'REQUEST_METHOD':    'GET',
    192193            'SCRIPT_NAME':       '',
    193194            'SERVER_NAME':       'testserver',
Back to Top