django1/django/http
Aymeric Augustin 115318051c [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Conflicts:
	django/db/backends/oracle/base.py
	django/db/backends/sqlite3/base.py
	django/db/models/base.py

Backport of 365c3e8b from master.
2013-09-03 07:34:45 -05: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 Fixed missing initializations in WSGIRequest. Refs #20619 2013-06-26 14:36:25 +07:00
response.py [1.6.x] Fixed #20961 -- Fixed HttpResponse default empty content 2013-08-24 18:10:50 +02:00
utils.py Fixed #20472: response.content should be bytes on both Python 2 and 3 2013-05-21 01:28:16 +02:00