1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/django/http
2015-01-05 14:54:55 -05:00
..
__init__.py Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00
cookie.py Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie. 2014-11-12 19:04:45 +01:00
multipartparser.py Fixed #23397 -- Stripped whitespace from base64 during chunking 2014-09-13 19:06:21 +02:00
request.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
response.py Closed files in FileResponse; refs #24072 2015-01-05 14:54:55 -05:00
utils.py