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
Age
Commit message (
Expand
)
Author
2022-03-07
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...
Luke Plant
2022-03-02
Refs #33546 -- Optimized handling content types in HttpResponseBase.__init__().
Keryn Knight
2022-03-02
Refs #33546 -- Optimized HttpResponseBase.charset a bit.
Keryn Knight
2022-03-02
Refs #33546 -- Optimized ResponseHeaders._convert_to_charset() by reducing th...
Keryn Knight
2022-03-02
Refs #33546 -- Avoided unpacking data in ResponseHeaders when not necessary.
Keryn Knight
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-01
Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
Mariusz Felisiak
2022-01-20
Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names.
Hrushikesh Vaidya
2022-01-07
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
Ad Timmering
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-10-15
Refs #30509 -- Adjusted internal FileResponse variable name.
Carlton Gibson
2021-10-14
Fixed #30509 -- Made FileResponse better handle buffers and non-zero file off...
Piotr Kunicki
2021-09-22
Optimized handling case-insensitive mappings.
Illia Volochii
2021-08-02
Simplified serializing HTTP response headers.
Illia Volochii
2021-06-22
Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.
Nicolas Restrepo
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-04-30
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...
Hasan Ramezani
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-06
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Mariusz Felisiak
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-28
Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.
Illia Volochii
2021-01-14
Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.
Mariusz Felisiak
2020-12-08
Fixed grammar in HttpResponse docstring.
ᴙɘɘᴙgYmɘᴙɘj
2020-11-10
Refs #32074 -- Fixed handling memoryview content by HttpResponse on Python 3....
Mariusz Felisiak
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2020-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-07
Refs #21231 -- Corrected parse_qsl() fallback.
Tim Graham
2020-09-05
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an in...
Hasan Ramezani
2020-09-03
Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
Nick Pope
2020-07-16
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpRespon...
Mariusz Felisiak
2020-06-11
Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.
Michael Brown
2020-06-03
Refs #30997 -- Improved HttpRequest.is_ajax() warning message with stacklevel=2.
Mariusz Felisiak
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-02-28
Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.
007
2020-02-11
Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.
Florian Apolloner
2020-02-11
Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...
Florian Apolloner
2020-01-27
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
Claude Paroz
2020-01-24
Refs #30997 -- Added HttpRequest.accepts().
Claude Paroz
2019-12-27
Fixed #31114 -- Fixed HttpRequest.build_absolute_uri() crash with reverse_laz...
Jon Dufresne
2019-12-12
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
Osaetin Daniel
2019-12-05
Fixed #31010 -- Allowed subdomains of localhost in the Host header by default...
Gordon Pendleton
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-07-01
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER...
Carlton Gibson
2019-06-20
Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...
Chris Jerdonek
2019-06-15
Refs #30451 -- Added HttpRequest._set_content_type_params() hook.
Mariusz Felisiak
2019-05-17
Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...
ShingenPizza
[prev]
[next]