1
0
mirror of https://github.com/django/django.git synced 2025-01-06 00:16:03 +00:00
django/tests/requests
Nick Pope 7a1543d9f6 Refs #33865 -- Made RequestsTests.test_set_encoding_clears_GET use FakePayload.
The input stream, wsgi.input, must be a file-like object. The existing
implementation of LimitedStream was lax and allowed an empty string to
be passed incorrectly.

See https://wsgi.readthedocs.io/en/latest/definitions.html#envvar-wsgi.input
2023-01-05 19:16:49 +01:00
..
__init__.py
test_accept_header.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_data_upload_settings.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
tests.py Refs #33865 -- Made RequestsTests.test_set_encoding_clears_GET use FakePayload. 2023-01-05 19:16:49 +01:00