summaryrefslogtreecommitdiff
path: root/django/http/request.py
AgeCommit message (Expand)Author
2014-07-05[1.7.x] Added a space before explanation of "Invalid HTTP_HOST header: ..."Daniel Hahler
2014-06-24[1.7.x] Improved documentation for QueryDict.Duncan Parkes
2014-06-11[1.7.x] Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-31[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.Tim Graham
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-16Fixed #21447 -- Restored code erroneously removed in 20472aa827669d2b83b74e52...Baptiste Mispelon
2013-11-02Fixed all E261 warningscoagulant
2013-10-24Fixed #20338 -- Stripped ending dot during host validationClaude Paroz
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-15Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain
2013-10-08Fixed #16822 -- Added RawPostDataExceptionTim Graham
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-07-31Fixed #19987 -- Disabled host validation when DEBUG=True.Will Hardy
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-26Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer
2013-06-01Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostErrorClaude Paroz
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-04-03Fixed #20038 -- Better error message for host validation.Baptiste Mispelon
2013-03-10Fixed #20019 -- Ensured HttpRequest.resolver_match always exists.Aymeric Augustin
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2012-12-29Removed HttpRequest.raw_post_data.Aymeric Augustin
2012-12-10Fixed a security issue in get_host.Florian Apolloner
2012-11-03Fixed #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