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