Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-2/+1
* Sorted imports in __init__.py files.Tim Graham2015-06-271-7/+9
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-3/+3
* Fixed #24072 -- Added FileResponse for streaming binary f...Collin Anderson2015-01-051-3/+5
* Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-141-3/+2
* Fixed #17942 -- Added a JsonResponse class to more easily...Lukasz Balcerzak2014-02-151-2/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-4/+15
* Fixed #16822 -- Added RawPostDataExceptionTim Graham2013-10-081-2/+2
* Removed compatibility code for streaming responses.Aymeric Augustin2013-06-291-4/+4
* Cleaned up the the http module. Moved all of the code fro...Alex Gaynor2012-10-211-933/+10
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-32/+146
* 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
* 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 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-111-4/+4
* [py3] Renamed `next` to `__next__` in iterators.Aymeric Augustin2012-08-091-1/+3
* [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
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-12/+12
* Replaced some byte strings by str() callsClaude Paroz2012-08-031-1/+1
* Fixed a security issue in http redirects. Disclosure and ...Florian Apolloner2012-07-301-11/+13
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-11/+11
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-2/+5
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-8/+8
* [py3] Used six.reraise wherever necessary.Aymeric Augustin2012-07-221-1/+2
* Fixed #18561 -- Made HttpResponse.tell() support non-asci...Claude Paroz2012-07-171-1/+1
* Cleaned up the QueryDict implementation.Alex Gaynor2012-07-141-28/+17
* Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse...Claude Paroz2012-06-301-3/+5
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-3/+5
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-3/+3
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-1/+1
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-7/+4
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-1/+1
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Removed deprecated CompatCookie.Aymeric Augustin2012-03-311-5/+0
* Fixed #18029 -- Removed mod_python as of deprecation proc...Claude Paroz2012-03-311-7/+2