summaryrefslogtreecommitdiff
path: root/django/core/handlers
AgeCommit message (Expand)Author
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Refs #26601 -- Refactored BaseHandler to prepare for new-style middleware.Florian Apolloner
2016-04-29Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans
2016-04-25Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...Tim Graham
2016-04-20Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...Carl Worth
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-04-04Fixed #26452 -- Loaded middleware on server start rather than on first request.David Evans
2016-02-10Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.Curtis Maloney
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-20Fixed #25779 -- Removed redundant try block in WSGIHandlerAttila Tovt
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-10-27Refs #17133 -- Optimized script_url handling in get_script_nameClaude Paroz
2015-10-23Fixed #17133 -- Properly handled successive slashes in incoming requestsClaude Paroz
2015-10-22Fixed "URLconf" spelling in code comments.Tim Graham
2015-07-03Fixed #24877 -- Added middleware handling of response.render() errors.Sylvain Fankhauser
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-06-17Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.ana-balica
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
2015-05-05Extended variable name in handlers/base.pyClaude Paroz
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-08Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URLBas Peschier
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-28Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne
2015-01-17Removed request.REQUEST per deprecation timeline; refs #18659.Tim Graham
2015-01-05Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson
2014-11-27Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.Berker Peksag
2014-11-22Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz
2014-10-16Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi
2014-10-13Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-06-24Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi
2014-06-23Refactored common code in handlers/base.py and urlresolvers.pyAnubhav Joshi
2014-06-11Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-06-07Fixed #6992 -- Improved error when middleware omits HttpResponse.Aymeric Augustin
2014-06-07Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths star...Unai Zalakain
2014-05-14Dropped fix_IE_for_vary/attach.Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-15Fixed #21912 -- Improved error message if a view returns None.Aaron France
2014-02-09Replace _parse_content_type with cgi.parse_headerCurtis
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2013-12-24Use cached_property for request.GET and request.COOKIESCurtis
2013-11-09Fixed #21383 -- Added request details in SuspiciousOperation messagesClaude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol