django1/django/http
Mariusz Felisiak 0668164b4a
Fixed E128, E741 flake8 warnings.
2020-05-12 08:52:23 +02:00
..
__init__.py Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
cookie.py Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
multipartparser.py Fixed #31293 -- Allowed MultiPartParser to handle double-quoted encoded headers. 2020-02-28 14:43:16 +01:00
request.py Fixed E128, E741 flake8 warnings. 2020-05-12 08:52:23 +02:00
response.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00