Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http
Commit message (Expand)AuthorAgeFilesLines
* Fixed #18481 -- Wrapped request.FILES read error in Unrea...Claude Paroz2013-06-011-2/+8
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-263-6/+6
* Fixed #20472: response.content should be bytes on both Py...Ɓukasz Langa2013-05-211-2/+2
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-3/+67
* Corrected documentation on the constructor arguments of M...Eric Urban2013-05-181-5/+6
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Fixed #20038 -- Better error message for host validation.Baptiste Mispelon2013-04-031-21/+33
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+3
* Fixed #20019 -- Ensured HttpRequest.resolver_match always...Aymeric Augustin2013-03-101-0/+1
* Added a new required ALLOWED_HOSTS setting for HTTP host ...Carl Meyer2013-02-191-5/+48
* Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara2013-02-131-0/+2
* Kill mx.TextTools with fireMatt Robenolt2013-01-151-6/+1
* Fixed #19585 -- Fixed loading cookie value as a dictClaude Paroz2013-01-111-1/+4
* Fixed #19519 -- Fired request_finished in the WSGI iterab...Aymeric Augustin2012-12-311-1/+9
* Advanced pending deprecation warnings.Aymeric Augustin2012-12-291-5/+6
* Removed HttpRequest.raw_post_data.Aymeric Augustin2012-12-291-5/+0
* Fixed a security issue in get_host.Florian Apolloner2012-12-101-1/+2
* Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz2012-11-171-0/+6
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-032-15/+5
* Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.Aymeric Augustin2012-11-032-1/+4
* Fixed #18796 -- Refactored conversion to bytes in HttpRes...Aymeric Augustin2012-10-251-30/+27
* Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin2012-10-241-2/+3
* Fixed #6527 -- Provided repeatable content accessAymeric Augustin2012-10-241-5/+25
* Reverted 6a64822bf4632707212314a25a843c862bdb3874.Aymeric Augustin2012-10-231-2/+2
* Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin2012-10-221-2/+2
* Cleaned up the the http module. Moved all of the code fro...Alex Gaynor2012-10-215-934/+973
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-202-35/+155
* Fixed #5611 -- Restricted accepted content types in parsi...Claude Paroz2012-10-201-3/+5
* Fixed a security issue related to password resetsPreston Holmes2012-10-171-0/+5
* Fixed #18916 -- Allowed non-ASCII headers.Aymeric Augustin2012-09-081-21/+35
* Removed many uses of bare "except:", which were either go...Alex Gaynor2012-09-071-3/+2
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-4/+4
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-5/+5
* Fixed #18678 -- HttpResponse init arguments allowed for s...Claude Paroz2012-08-231-4/+4
* Fixed #11340 -- Prevented HttpResponseNotModified to have...Claude Paroz2012-08-221-0/+10
* Used the decorator syntax for properties in django.httpClaude Paroz2012-08-221-22/+22
* [py3] Fixed another regression from 2892cb0ec4.Aymeric Augustin2012-08-191-7/+8
* [py3] Fixed regression introduced in 536b030363.Aymeric Augustin2012-08-191-10/+17
* [py3] Supported integers in HttpResponseAymeric Augustin2012-08-191-9/+10
* [py3] Fixed HTTP header serializationClaude Paroz2012-08-151-1/+1
* [py3] Fixed file_uploads testsClaude Paroz2012-08-141-1/+3
* [py3] Fixed HttpResponse when initialized with bytesClaude Paroz2012-08-141-1/+1
* [py3] Ported django.http according to PEP 3333.Aymeric Augustin2012-08-141-43/+63
* [py3] Fixed contrib.formtools testsClaude Paroz2012-08-131-1/+1
* [py3] Fixed iterlists usage in QueryDictClaude Paroz2012-08-131-2/+2
* [py3] Used smart_str to prevent regressions in http handlingClaude Paroz2012-08-111-4/+4
* [py3] Fixed Python 3 compatibility of http handlingClaude Paroz2012-08-112-7/+9
* [py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin2012-08-092-5/+15
* [py3] Fixed 'iterable but non string' detectionClaude Paroz2012-08-081-1/+1
* [py3] Made a small fix in django.http.Aymeric Augustin2012-08-071-1/+6