Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#8646 closed (fixed)

Django test client does not set a wsgi compliant environment

Reported by: adamlofts Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Expanding on my previous bug i've now noticed that the test client doesn't set wsgi.url_scheme. I'm not sure what else is missing so I'm not going to write a patch until I can find the wsgi spec.

Change History (2)

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [9396]) Fixed #8646 -- Modified test client to set a fully WSGI compliant environment. Thanks to Adam Lofts for the report.

comment:2 by Russell Keith-Magee, 16 years ago

(In [9400]) [1.0.X] Fixed #8646 -- Modified test client to set a fully WSGI compliant environment. Thanks to Adam Lofts for the report.

Merge from trunk of [9396]

Note: See TracTickets for help on using tickets.
Back to Top