django1/django/http
Claude Paroz 2ced2f785d Replaced smart_* by force_* calls whenever possible
The smart_* version should only be used when a lazy string should keep
its lazy status.
2016-09-03 13:46:41 +02:00
..
__init__.py Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
cookie.py Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers. 2016-03-15 12:24:06 -04:00
multipartparser.py Fixed comment typo in multiparser.py 2016-06-05 16:36:59 -04:00
request.py Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
response.py Fixed #27153 -- Added validation for HttpResponse status. 2016-08-30 21:59:43 -04:00