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-03-14 11:20:46 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
konarkmodi
bc4111ba68
Fixed
#18003
-- Preserved tracebacks when re-raising errors.
...
Thanks jrothenbuhler for draft patch, Konark Modi for updates.
2013-03-19 15:42:39 -07: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
Fixed
#19585
-- Fixed loading cookie value as a dict
2013-01-11 21:09:33 +01:00
multipartparser.py
Fixed
#18003
-- Preserved tracebacks when re-raising errors.
2013-03-19 15:42:39 -07:00
request.py
Fixed
#20019
-- Ensured HttpRequest.resolver_match always exists.
2013-03-10 23:28:19 +01:00
response.py
Fixed
#18558
-- Added url property to HttpResponseRedirect*
2013-02-13 10:29:32 +01:00
utils.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