django1/django/http
Matt Robenolt 4dcfbd7923 Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting. 2015-08-04 09:50:57 -04:00
..
__init__.py Fixed #25099 -- Cleaned up HttpRequest representations in error reporting. 2015-07-13 19:22:39 -04:00
cookie.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
multipartparser.py Refs #23763 -- Fixed Python 3.5 PendingDeprecationWarning in LazyStream. 2015-06-17 06:55:16 -04:00
request.py Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting. 2015-08-04 09:50:57 -04:00
response.py Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses. 2015-07-15 09:01:25 -04:00
utils.py Fixed #23960 -- Removed http.fix_location_header 2015-03-18 18:22:50 +01:00