Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/handlers
Commit message (Expand)AuthorAgeFilesLines
* Refs #17133 -- Optimized script_url handling in get_scrip...Claude Paroz2015-10-271-3/+4
* Fixed #17133 -- Properly handled successive slashes in in...Claude Paroz2015-10-231-0/+6
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-1/+1
* Fixed #24877 -- Added middleware handling of response.ren...Sylvain Fankhauser2015-07-031-10/+17
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #14200 -- Added a fallback if HttpRequest.urlconf i...Marten Kenbeek2015-06-211-2/+2
* Fixed #24829 -- Allowed use of TemplateResponse in view e...ana-balica2015-06-171-0/+9
* Fixed #24733 -- Passed the triggering exception to 40x er...Claude Paroz2015-05-111-8/+21
* Extended variable name in handlers/base.pyClaude Paroz2015-05-051-5/+5
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-181-1/+0
* Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URLBas Peschier2015-03-081-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-5/+6
* Fixed #24137 -- Switched to HTTP reason phrases from Pyth...Jon Dufresne2015-01-281-3/+0
* Removed request.REQUEST per deprecation timeline; refs #1...Tim Graham2015-01-171-11/+0
* Fixed #24072 -- Added FileResponse for streaming binary f...Collin Anderson2015-01-051-0/+2
* Fixed #14664 -- Logged a warning if MiddlewareNotUsed is ...Berker Peksag2014-11-271-1/+6
* Fixed #23887 -- Returned Bad Request for multipart parsin...Claude Paroz2014-11-221-0/+10
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-7/+4
* Fixed #23638 -- Prevented crash while parsing invalid coo...Claude Paroz2014-10-131-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+5
* Fixed #21483 -- Added WSGI environ to kwargs sent to requ...Joshua "jag" Ginsberg2014-08-291-1/+1
* Fixed #21668 -- Return detailed error page when Suspiciou...Anubhav Joshi2014-06-241-0/+2
* Refactored common code in handlers/base.py and urlresolve...Anubhav Joshi2014-06-231-23/+14
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-111-0/+2
* Fixed #6992 -- Improved error when middleware omits HttpR...Aymeric Augustin2014-06-071-0/+12
* Fixed #18314 -- Corrected request.build_absolute_uri() ha...Unai Zalakain2014-06-071-1/+5
* Dropped fix_IE_for_vary/attach.Aymeric Augustin2014-05-141-2/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21912 -- Improved error message if a view returns ...Aaron France2014-02-151-1/+2
* Replace _parse_content_type with cgi.parse_headerCurtis2014-02-091-16/+2
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Use cached_property for request.GET and request.COOKIESCurtis2013-12-241-19/+10
* Fixed #21383 -- Added request details in SuspiciousOperat...Claude Paroz2013-11-091-1/+6
* Fixed all E261 warningscoagulant2013-11-022-3/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-4/+4
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-0/+3
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-2/+2
* Fixed #20557 -- Properly decoded non-ASCII cookies on Pyt...Aymeric Augustin2013-09-071-2/+16
* Minor cleanup in the WSGI handler.Aymeric Augustin2013-09-071-3/+3
* Refactored the unmangling of the WSGI environ.Aymeric Augustin2013-09-071-14/+29
* Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin2013-09-072-46/+48
* Fixed a number of lint warnings, particularly around unus...Alex Gaynor2013-08-041-1/+1
* Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer2013-06-261-0/+1
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+18
* Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin2013-05-191-4/+5
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-63/+4
* Added an HTTP status code to Django's WSGI application th...Alex Gaynor2013-05-081-0/+1