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
qingfeng
0d23450e81
Fixed
#19802
-- Fixed HttpResponse.set_cookie() with unicode data on Python 2.
...
Thanks django at patrickbregman.eu for the report.
2014-08-03 12:50:25 -04:00
..
__init__.py
Dropped fix_IE_for_vary/attach.
2014-05-14 10:19:48 +02:00
cookie.py
Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet)
2013-10-26 10:50:40 -07:00
multipartparser.py
Fixed
#22680
-- I/O operation on closed file.
2014-06-11 08:57:30 +02:00
request.py
Added a space before explanation of "Invalid HTTP_HOST header: ..."
2014-07-05 20:18:52 -04:00
response.py
Fixed
#19802
-- Fixed HttpResponse.set_cookie() with unicode data on Python 2.
2014-08-03 12:50:25 -04:00
utils.py
Dropped fix_IE_for_vary/attach.
2014-05-14 10:19:48 +02:00