Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/responses
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25576 -- Added IOBase methods required by ↵Jon Dufresne2015-10-211-0/+9
| | | | TextIOWrapper to HttpResponse.
* Refs #24121 -- Added meaningful repr() to HttpResponse ↵Keryn Knight2015-07-151-0/+5
| | | | and subclasses.
* Fixed #24139 -- Changed HttpResponse.reason_phrase to ↵Jon Dufresne2015-03-131-0/+6
| | | | evaluate based on status_code.
* Fixed #24137 -- Switched to HTTP reason phrases from ↵Jon Dufresne2015-01-281-3/+3
| | | | Python stdlib.
* Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko2014-12-111-0/+14
|
* Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly2014-11-031-1/+24
| | | | | | | 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.
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-2/+52
| | | | | Thanks to Simon Charette, Aymeric Augustin, and Tim Graham for reviews and contributions.
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-193-0/+15