Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/http/request.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-161-9/+2
* Fixed #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-041-2/+21
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+0
* Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FO...Matt Robenolt2015-08-041-1/+9
* Fixed #25099 -- Cleaned up HttpRequest representations in...Vlastimil Zíma2015-07-141-47/+0
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #19910 -- Added slash to i18n redirect if APPEND_SL...Bas Peschier2015-03-261-2/+3
* Fixed #24463 -- Removed mod_python functionality from Htt...Rik2015-03-111-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+5
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Removed unused variable django.http.request.absolute_http...Matt Robenolt2014-11-241-1/+0
* Fixed #12098 -- Simplified HttpRequest.__repr__().Berker Peksag2014-11-201-1/+5
* Fixed #18456 -- Added path escaping to HttpRequest.get_fu...Unai Zalakain2014-11-031-2/+4
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+7
* Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz2014-08-191-3/+11
* Added a space before explanation of "Invalid HTTP_HOST he...Daniel Hahler2014-07-061-2/+2
* Fixed #22799 -- Made GET and POST on HttpRequest QueryDic...Duncan Parkes2014-06-251-1/+6
* Fixed #22897 -- Made QueryDict query_string argument opti...Duncan Parkes2014-06-251-1/+1
* Improved documentation for QueryDict.Duncan Parkes2014-06-251-3/+10
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-111-0/+6
* Fixed #18314 -- Corrected request.build_absolute_uri() ha...Unai Zalakain2014-06-071-8/+19
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-2/+2
* Replaced urllib/urlparse imports with from django.utils.s...Tim Graham2014-03-311-5/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed #21447 -- Restored code erroneously removed in 2047...Baptiste Mispelon2013-11-161-1/+1
* Fixed all E261 warningscoagulant2013-11-021-7/+7
* Fixed #20338 -- Stripped ending dot during host validationClaude Paroz2013-10-241-0/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-8/+11
* Fixed #16822 -- Added RawPostDataExceptionTim Graham2013-10-081-1/+10
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-3/+3
* Fixed #19987 -- Disabled host validation when DEBUG=True.Will Hardy2013-07-311-2/+7
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer2013-06-261-0/+4
* Fixed #18481 -- Wrapped request.FILES read error in Unrea...Claude Paroz2013-06-011-2/+8
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+2
* Fixed #20038 -- Better error message for host validation.Baptiste Mispelon2013-04-031-21/+33
* Fixed #20019 -- Ensured HttpRequest.resolver_match always...Aymeric Augustin2013-03-101-0/+1
* Added a new required ALLOWED_HOSTS setting for HTTP host ...Carl Meyer2013-02-191-5/+48
* Removed HttpRequest.raw_post_data.Aymeric Augustin2012-12-291-5/+0
* Fixed a security issue in get_host.Florian Apolloner2012-12-101-1/+2
* Fixed #19101 -- Decoding of non-ASCII POST data on Python 3.Aymeric Augustin2012-11-031-0/+3
* Cleaned up the the http module. Moved all of the code fro...Alex Gaynor2012-10-211-0/+453