index
:
chango.git
devmain
fix-31295
initial-branch
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
/
views.py
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
2022-12-30
Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.
Francesco Panico
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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-04-20
Capitalized Unicode in docs, strings, and comments.
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
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-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 six.<various>_types 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
2015-07-06
Fixed some unclosed objects in tests
Andriy Sokolovskiy
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-06-11
Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2013-11-02
PEP8 cleanup
Jason Myers
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-11
Fixed #13721 -- Added UploadedFile.content_type_extra.
Benjamin Kagia
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner