summaryrefslogtreecommitdiff
path: root/django/http/request.py
AgeCommit message (Expand)Author
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2012-12-10[1.5.X] Fixed a security issue in get_host.Florian Apolloner
2012-11-03[1.5.x] Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.Aymeric Augustin
2012-10-21Cleaned up the the http module. Moved all of the code from __init__.py to req...Alex Gaynor