index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
file_uploads
/
tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
1
-1
/
+6
*
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2023-01-10
1
-2
/
+8
*
Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.
Francesco Panico
2022-12-30
1
-1
/
+2
*
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
1
-4
/
+2
*
Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing b...
Mehrdad
2022-06-28
1
-45
/
+0
*
Refs #33697 -- Fixed multipart parsing of headers with double quotes and semi...
Mehrdad
2022-06-01
1
-0
/
+6
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-9
/
+14
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-375
/
+498
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
1
-2
/
+1
*
Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
Mariusz Felisiak
2022-02-01
1
-0
/
+20
*
Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names.
Hrushikesh Vaidya
2022-01-20
1
-0
/
+23
*
Fixed isolation of test_filename_traversal_upload().
Mariusz Felisiak
2021-07-05
1
-1
/
+0
*
Refs #32355 -- Used addClassCleanup() in tests.
Mariusz Felisiak
2021-06-04
1
-10
/
+2
*
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
1
-1
/
+37
*
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Mariusz Felisiak
2021-04-06
1
-16
/
+68
*
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-30
1
-1
/
+26
*
Refs #30422 -- Added test for removing temporary files in MultiPartParser whe...
aryan
2020-09-30
1
-0
/
+8
*
Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.
Michael Brown
2020-06-11
1
-4
/
+8
*
Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers.
007
2020-02-28
1
-0
/
+42
*
Used more specific unittest assertions in tests.
Nick Pope
2019-10-29
1
-2
/
+3
*
Cleaned up exception message checking in some tests.
Jon Dufresne
2019-03-15
1
-2
/
+2
*
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-31
1
-4
/
+2
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-5
/
+2
*
Added tests for incorrect content type and size in MultiPartParser.
Mads Jensen
2018-06-12
1
-2
/
+25
*
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2018-02-07
1
-3
/
+2
*
Used JsonResponse and response.json in file_uploads tests.
Tim Graham
2017-02-08
1
-23
/
+11
*
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-26
1
-15
/
+7
*
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
1
-3
/
+3
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-5
/
+5
*
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
1
-3
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-4
/
+2
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-3
/
+0
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-2
/
+2
*
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-28
1
-5
/
+4
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
1
-1
/
+1
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-2
/
+1
*
Fixed #26325 -- Made MultiPartParser ignore filenames that normalize to an em...
John-Mark Bell
2016-03-07
1
-0
/
+35
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
1
-6
/
+2
*
Fixed typos in test comments.
Mingun Pak
2016-01-23
1
-1
/
+1
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-8
/
+12
*
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-07-20
1
-1
/
+2
*
Refs #24652 -- Fixed a test failure in file_uploads tests on Windows.
Simon Charette
2015-05-25
1
-2
/
+2
*
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-20
1
-2
/
+2
*
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-23
1
-10
/
+3
*
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-23
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-4
/
+2
*
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
1
-1
/
+1
*
Fixed #24209 -- Prevented crash when parsing malformed RFC 2231 headers
Raul Cumplido
2015-01-27
1
-0
/
+17
*
Fixed typos in code comments.
Adam Taylor
2015-01-20
1
-1
/
+1
[next]