This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-09 15:59:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
Benjamin Kagia
b0953dc913
Fixed
#13721
-- Added UploadedFile.content_type_extra.
...
Thanks Waldemar Kornewald and mvschaik for work on the patch.
2013-07-11 09:11:59 -04:00
..
__init__.py
Removed compatibility code for streaming responses.
2013-06-29 18:49:36 +02:00
cookie.py
Fixed
#19585
-- Fixed loading cookie value as a dict
2013-01-11 21:09:33 +01:00
multipartparser.py
Fixed
#13721
-- Added UploadedFile.content_type_extra.
2013-07-11 09:11:59 -04:00
request.py
Fixed missing initializations in WSGIRequest. Refs
#20619
2013-06-26 14:36:25 +07:00
response.py
Removed compatibility code for streaming responses.
2013-06-29 18:49:36 +02:00
utils.py
Fixed
#20472
: response.content should be bytes on both Python 2 and 3
2013-05-21 01:28:16 +02:00