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
/
tests
/
responses
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-14
2
-19
/
+28
*
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...
Hasan Ramezani
2020-09-05
1
-0
/
+5
*
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-07-16
1
-0
/
+12
*
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-05-04
1
-1
/
+1
*
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
1
-1
/
+1
*
Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...
Florian Apolloner
2020-02-11
1
-49
/
+0
*
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
Osaetin Daniel
2019-12-12
1
-1
/
+4
*
Used more specific unittest assertions in tests.
Nick Pope
2019-10-29
1
-1
/
+1
*
Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...
Chris Jerdonek
2019-06-20
1
-0
/
+49
*
Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...
ShingenPizza
2019-05-17
1
-0
/
+9
*
Made a requests test that will fail in 2028 fail 10 years later.
Bernhard M. Wiedemann
2019-02-14
1
-2
/
+2
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-3
/
+3
*
Refs #16470 -- Fixed typo in a FileResponse test.
James Aylett
2018-09-01
1
-1
/
+1
*
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Claude Paroz
2018-05-15
1
-0
/
+73
*
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-04-13
1
-0
/
+11
*
Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Sec...
Alvin Lindstam
2018-01-08
1
-0
/
+13
*
Moved HttpResponse.set_cookie() tests to an appropriate location.
Tim Graham
2018-01-08
1
-0
/
+93
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-4
/
+0
*
Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...
roboslone
2016-12-27
1
-0
/
+5
*
Fixed #27153 -- Added validation for HttpResponse status.
Ryan Allen
2016-08-30
1
-2
/
+22
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-1
/
+2
*
Fixed #25725 -- Made HttpReponse immediately close objects.
Johannes Hoppe
2015-12-14
1
-0
/
+11
*
Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.
Jon Dufresne
2015-10-21
1
-0
/
+9
*
Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
Keryn Knight
2015-07-15
1
-0
/
+5
*
Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...
Jon Dufresne
2015-03-12
1
-0
/
+6
*
Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.
Jon Dufresne
2015-01-28
1
-3
/
+3
*
Fixed #23977 -- Added setdefault() method to HttpResponse
Sergey Parkhomenko
2014-12-11
1
-0
/
+14
*
Fixed #18523 -- Added stream-like API to HttpResponse.
Michael Kelly
2014-11-03
1
-1
/
+24
*
Fixed #10190 -- Made HttpResponse charset customizable.
Unai Zalakain
2014-08-19
1
-2
/
+52
*
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
1
-0
/
+0
*
Fixing E302 Errors
Jason Myers
2013-11-02
1
-0
/
+1
*
Fixed #12747 -- Made reason phrases customizable.
Aymeric Augustin
2013-05-19
3
-0
/
+15