1
0
mirror of https://github.com/django/django.git synced 2025-01-06 08:25:50 +00:00
django/tests/file_uploads
Mehrdad d4d5427571 Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing boundary streams.
This also removes unused parse_header() and _parse_header_params()
helpers in django.http.multipartparser.
2022-06-28 09:42:47 +02:00
..
__init__.py
models.py
tests.py Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing boundary streams. 2022-06-28 09:42:47 +02:00
uploadhandler.py
urls.py
views.py