Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #7494 -- Fixed build_absolute_url() for some types ...Malcolm Tredinnick2008-08-231-1/+4
* Fixed #7233 -- Ensured that QueryDict classes are always ...Malcolm Tredinnick2008-08-211-1/+18
* Fixed #8092, #3828 -- Removed dictionary access for reque...Gary Wilson Jr2008-08-031-11/+0
* Changed/fixed the way Django handles SCRIPT_NAME and PATH...Malcolm Tredinnick2008-07-211-0/+2
* Revert [7991] - [7993]. I was committing from the wrong b...Malcolm Tredinnick2008-07-191-2/+0
* First part of setting request.path correctly.Malcolm Tredinnick2008-07-191-0/+2
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-36/+30
* Fixed #6616 -- Added an is_ajax() method to HttpRequest t...Malcolm Tredinnick2008-03-201-0/+3
* Fixed #6764 -- Added some error checking around cookie de...Malcolm Tredinnick2008-03-171-3/+8
* A few styling fixes.Gary Wilson Jr2008-03-081-21/+25
* Fixed #6657 -- Don't set secure attribute on cookie if `s...Gary Wilson Jr2008-03-081-5/+11
* Removed an unnecessary default argument in one __deepcopy...Malcolm Tredinnick2008-02-271-2/+2
* Fixed #5956 -- Added a better error description for non-A...Malcolm Tredinnick2007-12-171-0/+13
* Fixed #6063 -- Caught one place in HttpResponse that was ...Malcolm Tredinnick2007-12-051-1/+1
* Fixed #5898 -- Changed a few response processing paths to...Malcolm Tredinnick2007-11-111-0/+1
* Fixed #5562 -- Changed settings of Expires heading when e...Malcolm Tredinnick2007-10-201-7/+2
* Fixed #4969 -- Changed content retrieval in HttpResponse ...Malcolm Tredinnick2007-10-201-2/+3
* Changed the way we handle HTTP headers internally so that...Malcolm Tredinnick2007-10-201-6/+10
* Changed HttpResponse.get() to lower case the header value...Malcolm Tredinnick2007-10-201-3/+3
* Fixed #4986 -- Fixed a logic bug from [6166].Malcolm Tredinnick2007-10-041-2/+3
* Added a get_host() method to HttpRequest. There is still ...Malcolm Tredinnick2007-09-151-13/+17
* Added more dict-like methods to HttpResponse as part of t...Jacob Kaplan-Moss2007-09-151-0/+6
* Backwards-incompatible change: renamed HttpResponse.heade...Jacob Kaplan-Moss2007-09-141-6/+6
* Fixed the breakage in [6164] in a different, better way: ...Jacob Kaplan-Moss2007-09-141-0/+2
* Fixed #2970: made HttpResponse headers case-insensitive. ...Jacob Kaplan-Moss2007-09-141-9/+5
* Fixed #5445: added some compatibility code for the lack o...Jacob Kaplan-Moss2007-09-141-1/+1
* Fixed a typo from [6164].Malcolm Tredinnick2007-09-141-1/+1
* Fixed #4986 -- Improved get_host() host detection. Thanks...Malcolm Tredinnick2007-09-141-2/+9
* Fixed #987 -- Convert relative URI portions into absolute...Malcolm Tredinnick2007-09-141-1/+16
* Refs #5138 -- Refactored implementation of __contains__ i...Russell Keith-Magee2007-09-111-3/+2
* Fixed #5318 -- Added __contains__ method to HttpRequest, ...Russell Keith-Magee2007-09-111-1/+4
* Fixed #4947 -- Avoid displaying uploaded file contents in...Malcolm Tredinnick2007-08-121-3/+3
* Clarified the reasoning in a comment.Malcolm Tredinnick2007-08-121-1/+3
* Fixed #3526 -- Added content_type as an alias for mimetyp...Malcolm Tredinnick2007-08-111-4/+8
* Fixed #4815 -- Fixed decoding of request parameters when ...Malcolm Tredinnick2007-07-111-4/+3
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-16/+82
* Added a parameter to HttpResponse's constructor to enable...Malcolm Tredinnick2007-06-271-1/+3
* Backed out the changes in [5482] for a bit whilst some mo...Malcolm Tredinnick2007-06-221-10/+8
* Fixed #4565 -- Changed template rendering to use iterator...Malcolm Tredinnick2007-06-171-8/+10
* Fixed #4337 -- Added pop() method to QueryDict. Thanks, G...Malcolm Tredinnick2007-05-191-2/+2
* Fixed #4270 -- Don't permit deleting of items from an imm...Malcolm Tredinnick2007-05-111-0/+4
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-4/+4
* Fixed #3875 -- Added HttpResponseBadRequest. Thanks, Scot...Malcolm Tredinnick2007-03-301-0/+3
* Refactored the HttpResponse sub-classes so that adding a ...Malcolm Tredinnick2007-03-301-15/+16
* Fixed another Python 2.3 bug (this one on django.http.par...Jacob Kaplan-Moss2007-02-261-1/+1
* Revert [4485] in order to fix accidental mod_python break...Malcolm Tredinnick2007-02-121-1/+0
* Refs #2920 -- Replaced implicit uses of _() with explicit...Russell Keith-Magee2007-02-111-0/+1
* Fixed #3437 -- Fixed incorrect logic in django.http.HttpR...Adrian Holovaty2007-02-101-1/+1
* Fixed #3080 -- Fixed bug in delete_cookie() method. Thank...Adrian Holovaty2006-11-291-1/+1
* Fixed #2560 -- Add close() support to HttpResponse iterat...Malcolm Tredinnick2006-09-221-13/+18