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-10-31 01:25:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
e68c084ed17d185f19658e1d7fe8c7047d59aea6
django
/
django
/
http
History
Tim Graham
f0d03d41be
[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
...
Backport of
981b864fbd
from master
2014-03-31 07:55:33 -04:00
..
__init__.py
Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py
2012-10-21 11:12:59 -07:00
cookie.py
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
2013-09-03 07:34:45 -05:00
multipartparser.py
Fixed
#19866
-- Added security logger and return 400 for SuspiciousOperation.
2013-05-25 16:27:34 -07:00
request.py
[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
2014-03-31 07:55:33 -04:00
response.py
[1.6.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
2014-03-31 07:55:33 -04:00
utils.py
Fixed
#20472
: response.content should be bytes on both Python 2 and 3
2013-05-21 01:28:16 +02:00