summaryrefslogtreecommitdiff
path: root/tests/responses
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compres...Mariusz Felisiak2023-03-141-0/+2
* Removed hardcoded date in SetCookieTests.test_far_expiration().Bernhard M. Wiedemann2023-02-071-3/+10
* Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.Carlton Gibson2022-08-031-0/+35
* Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson2022-03-241-4/+5
* Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz2022-03-091-2/+4
* Refs #33562 -- Made HttpResponse.set_cookie() raise ValueError when both "exp...Luke Plant2022-03-071-0/+8
* Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...Luke Plant2022-03-071-0/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-073-156/+188
* Refs #30509 -- Adjusted FileResponse test to close file earlier.Piotr Kunicki2021-10-141-1/+2
* Fixed #30509 -- Made FileResponse better handle buffers and non-zero file off...Piotr Kunicki2021-10-141-6/+76
* Refs #30509 -- Increased FileResponse test coverage.Piotr Kunicki2021-10-141-22/+86
* Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.Nicolas Restrepo2021-06-221-0/+7
* Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope2021-05-121-2/+2
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-142-19/+28
* Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...Hasan Ramezani2020-09-051-0/+5
* Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...Mariusz Felisiak2020-07-161-0/+12
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-1/+1
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-1/+1
* Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...Florian Apolloner2020-02-111-49/+0
* Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.Osaetin Daniel2019-12-121-1/+4
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-1/+1
* Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek2019-06-201-0/+49
* Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...ShingenPizza2019-05-171-0/+9
* Made a requests test that will fail in 2028 fail 10 years later.Bernhard M. Wiedemann2019-02-141-2/+2
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-3/+3
* Refs #16470 -- Fixed typo in a FileResponse test.James Aylett2018-09-011-1/+1
* Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz2018-05-151-0/+73
* Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor2018-04-131-0/+11
* Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Sec...Alvin Lindstam2018-01-081-0/+13
* Moved HttpResponse.set_cookie() tests to an appropriate location.Tim Graham2018-01-081-0/+93
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-4/+0
* Fixed #27640 -- Fixed HttpResponse's __repr__() without a 'Content-Type' hea...roboslone2016-12-271-0/+5
* Fixed #27153 -- Added validation for HttpResponse status.Ryan Allen2016-08-301-2/+22
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #25725 -- Made HttpReponse immediately close objects.Johannes Hoppe2015-12-141-0/+11
* Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.Jon Dufresne2015-10-211-0/+9
* Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.Keryn Knight2015-07-151-0/+5
* Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on statu...Jon Dufresne2015-03-121-0/+6
* Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne2015-01-281-3/+3
* Fixed #23977 -- Added setdefault() method to HttpResponseSergey Parkhomenko2014-12-111-0/+14
* Fixed #18523 -- Added stream-like API to HttpResponse.Michael Kelly2014-11-031-1/+24
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-2/+52
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-193-0/+15