summaryrefslogtreecommitdiff
path: root/tests/file_uploads/uploadhandler.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.Francesco Panico2022-12-301-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+20
* Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.Mariusz Felisiak2021-04-061-0/+31
* Refs #30422 -- Added test for removing temporary files in MultiPartParser whe...aryan2020-09-301-1/+9
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* PEP8 cleanupJason Myers2013-11-021-1/+3
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+35