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
/
tests
/
file_uploads
Age
Commit message (
Expand
)
Author
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2024-07-09
Fixed CVE-2024-39330 -- Added extra file name validation in Storage's save me...
Natalia
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-24
Fixed #34968 -- Made multipart parsing of headers raise an error on too long ...
Standa Opichal
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-10
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2022-12-30
Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.
Francesco Panico
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-06-28
Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...
Mehrdad
2022-06-01
Refs #33697 -- Fixed multipart parsing of headers with double quotes and semi...
Mehrdad
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-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
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
2021-07-05
Fixed isolation of test_filename_traversal_upload().
Mariusz Felisiak
2021-06-04
Refs #32355 -- Used addClassCleanup() in tests.
Mariusz Felisiak
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-04-06
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Mariusz Felisiak
2020-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-30
Refs #30422 -- Added test for removing temporary files in MultiPartParser whe...
aryan
2020-06-11
Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.
Michael Brown
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-02-28
Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.
007
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-03-15
Cleaned up exception message checking in some tests.
Jon Dufresne
2019-02-09
Refs #15362 -- Removed obsolete workaround in file_uploads test view.
Jon Dufresne
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-06-12
Added tests for incorrect content type and size in MultiPartParser.
Mads Jensen
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-08
Used JsonResponse and response.json in file_uploads tests.
Tim Graham
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed obsolete contextlib.closing() calls (for Python 2).
Tim Graham
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
[next]