index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
http
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34074 -- Added headers argument to RequestFactory and Client classes.
David Wobrock
2022-11-14
1
-0
/
+2
*
Fixed #33683 -- Document HttpResponseBase and allow import from django.http
Collin Anderson
2022-05-17
1
-0
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-13
/
+40
*
Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...
Tim Graham
2016-04-25
1
-2
/
+0
*
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-07-13
1
-2
/
+1
*
Sorted imports in __init__.py files.
Tim Graham
2015-06-27
1
-7
/
+9
*
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-18
1
-3
/
+3
*
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2015-01-05
1
-3
/
+5
*
Dropped fix_IE_for_vary/attach.
Aymeric Augustin
2014-05-14
1
-3
/
+2
*
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...
Lukasz Balcerzak
2014-02-14
1
-2
/
+2
*
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
1
-4
/
+15
*
Fixed #16822 -- Added RawPostDataException
Tim Graham
2013-10-08
1
-2
/
+2
*
Removed compatibility code for streaming responses.
Aymeric Augustin
2013-06-29
1
-4
/
+4
*
Cleaned up the the http module. Moved all of the code from __init__.py to req...
Alex Gaynor
2012-10-21
1
-933
/
+10
*
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-20
1
-32
/
+146
*
Fixed #5611 -- Restricted accepted content types in parsing POST data
Claude Paroz
2012-10-20
1
-3
/
+5
*
Fixed a security issue related to password resets
Preston Holmes
2012-10-17
1
-0
/
+5
*
Fixed #18916 -- Allowed non-ASCII headers.
Aymeric Augustin
2012-09-07
1
-21
/
+35
*
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-30
1
-4
/
+4
*
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-29
1
-5
/
+5
*
Fixed #18678 -- HttpResponse init arguments allowed for subclasses
Claude Paroz
2012-08-23
1
-4
/
+4
*
Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type
Claude Paroz
2012-08-22
1
-0
/
+10
*
Used the decorator syntax for properties in django.http
Claude Paroz
2012-08-22
1
-22
/
+22
*
[py3] Fixed another regression from 2892cb0ec4.
Aymeric Augustin
2012-08-19
1
-7
/
+8
*
[py3] Fixed regression introduced in 536b030363.
Aymeric Augustin
2012-08-19
1
-10
/
+17
*
[py3] Supported integers in HttpResponse
Aymeric Augustin
2012-08-19
1
-9
/
+10
*
[py3] Fixed HTTP header serialization
Claude Paroz
2012-08-15
1
-1
/
+1
*
[py3] Fixed HttpResponse when initialized with bytes
Claude Paroz
2012-08-14
1
-1
/
+1
*
[py3] Ported django.http according to PEP 3333.
Aymeric Augustin
2012-08-14
1
-43
/
+63
*
[py3] Fixed contrib.formtools tests
Claude Paroz
2012-08-13
1
-1
/
+1
*
[py3] Fixed iterlists usage in QueryDict
Claude Paroz
2012-08-13
1
-2
/
+2
*
[py3] Used smart_str to prevent regressions in http handling
Claude Paroz
2012-08-11
1
-4
/
+4
*
[py3] Fixed Python 3 compatibility of http handling
Claude Paroz
2012-08-11
1
-4
/
+4
*
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-09
1
-1
/
+3
*
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
1
-1
/
+1
*
[py3] Made a small fix in django.http.
Aymeric Augustin
2012-08-07
1
-1
/
+6
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-12
/
+12
*
Replaced some byte strings by str() calls
Claude Paroz
2012-08-03
1
-1
/
+1
*
Fixed a security issue in http redirects. Disclosure and new release forthcom...
Florian Apolloner
2012-07-30
1
-11
/
+13
*
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
1
-11
/
+11
*
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
1
-2
/
+5
*
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
1
-8
/
+8
*
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-22
1
-1
/
+2
*
Fixed #18561 -- Made HttpResponse.tell() support non-ascii chars
Claude Paroz
2012-07-17
1
-1
/
+1
*
Cleaned up the QueryDict implementation.
Alex Gaynor
2012-07-14
1
-28
/
+17
*
Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__
Claude Paroz
2012-06-30
1
-3
/
+5
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-3
/
+5
*
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-19
1
-3
/
+3
*
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-10
1
-1
/
+1
*
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
1
-7
/
+4
[next]