index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
http
/
__init__.py
Age
Commit message (
Expand
)
Author
2016-04-25
Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...
Tim Graham
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-01-05
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2014-05-14
Dropped fix_IE_for_vary/attach.
Aymeric Augustin
2014-02-14
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...
Lukasz Balcerzak
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-08
Fixed #16822 -- Added RawPostDataException
Tim Graham
2013-06-29
Removed compatibility code for streaming responses.
Aymeric Augustin
2012-10-21
Cleaned up the the http module. Moved all of the code from __init__.py to req...
Alex Gaynor
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-20
Fixed #5611 -- Restricted accepted content types in parsing POST data
Claude Paroz
2012-10-17
Fixed a security issue related to password resets
Preston Holmes
2012-09-07
Fixed #18916 -- Allowed non-ASCII headers.
Aymeric Augustin
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-23
Fixed #18678 -- HttpResponse init arguments allowed for subclasses
Claude Paroz
2012-08-22
Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type
Claude Paroz
2012-08-22
Used the decorator syntax for properties in django.http
Claude Paroz
2012-08-19
[py3] Fixed another regression from 2892cb0ec4.
Aymeric Augustin
2012-08-19
[py3] Fixed regression introduced in 536b030363.
Aymeric Augustin
2012-08-19
[py3] Supported integers in HttpResponse
Aymeric Augustin
2012-08-15
[py3] Fixed HTTP header serialization
Claude Paroz
2012-08-14
[py3] Fixed HttpResponse when initialized with bytes
Claude Paroz
2012-08-14
[py3] Ported django.http according to PEP 3333.
Aymeric Augustin
2012-08-13
[py3] Fixed contrib.formtools tests
Claude Paroz
2012-08-13
[py3] Fixed iterlists usage in QueryDict
Claude Paroz
2012-08-11
[py3] Used smart_str to prevent regressions in http handling
Claude Paroz
2012-08-11
[py3] Fixed Python 3 compatibility of http handling
Claude Paroz
2012-08-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-07
[py3] Made a small fix in django.http.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-07-30
Fixed a security issue in http redirects. Disclosure and new release forthcom...
Florian Apolloner
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-17
Fixed #18561 -- Made HttpResponse.tell() support non-ascii chars
Claude Paroz
2012-07-14
Cleaned up the QueryDict implementation.
Alex Gaynor
2012-06-30
Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Removed deprecated CompatCookie.
Aymeric Augustin
[next]