django1/tests/responses
Michael Kelly ebc8e79cf3 Fixed #18523 -- Added stream-like API to HttpResponse.
Added getvalue() to HttpResponse to return the content of the response,
along with a few other methods to partially match io.IOBase.

Thanks Claude Paroz for the suggestion and Nick Sanford for review.
2014-11-03 12:29:19 -05:00
..
__init__.py Fixed #12747 -- Made reason phrases customizable. 2013-05-19 13:14:54 +02:00
tests.py Fixed #18523 -- Added stream-like API to HttpResponse. 2014-11-03 12:29:19 -05:00