Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-13/+0
* Fixed #23295 -- Removed unnecessary fix_location_header r...Collin Anderson2014-08-151-1/+1
* Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-141-55/+0
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+2
* Fixed #20472: response.content should be bytes on both Py...Ɓukasz Langa2013-05-211-2/+2
* Cleaned up the the http module. Moved all of the code fro...Alex Gaynor2012-10-211-1/+4
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-3/+9
* Fixed #16632 -- Crash on responses without Content-Type w...Aymeric Augustin2011-12-111-1/+2
* Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias...Russell Keith-Magee2011-01-271-2/+4
* Fixed #4148 -- Changed the way attachments are served to ...Malcolm Tredinnick2008-07-071-0/+51
* Small docstring edit in django/http/utils.py from [6662]Adrian Holovaty2007-12-011-3/+2
* Fixed #5898 -- Changed a few response processing paths to...Malcolm Tredinnick2007-11-111-0/+34