index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
base.py
Age
Commit message (
Expand
)
Author
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-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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-09-05
Limited lines to 119 characters in django/
Tim Graham
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-05-14
Dropped fix_IE_for_vary/attach.
Aymeric Augustin
2014-02-15
Fixed #21912 -- Improved error message if a view returns None.
Aaron France
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-11-09
Fixed #21383 -- Added request details in SuspiciousOperation messages
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-07
Moved two WSGI-specific functions to the WSGI handler.
Aymeric Augustin
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-04-29
Fixed #20330 -- Normalized spelling of "web server".
Aymeric Augustin
2013-03-25
Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middle...
Loic Bistuer
2013-03-11
Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.
Aymeric Augustin
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-12-22
Fixed #19468 -- Decoded request.path correctly on Python 3.
Aymeric Augustin
2012-12-09
Edited the middleware doc for completeness, clarity, and consistency.
Aymeric Augustin
2012-09-29
Merge branch 'ticket15695'
Florian Apolloner
2012-09-27
Fixed #15695 -- Added `ResolverMatch` to the request object.
Florian Apolloner
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-08-15
[py3] Fixed middleware_exceptions tests.
Aymeric Augustin
2012-08-15
Sent got_request_exception signal before handle_uncaught_exception
Claude Paroz
2012-08-11
[py3] Fixed reraising of exceptions
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-02-09
Fixed #17358 -- Updated logging calls to use official syntax for arguments in...
Jannis Leidel
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer
2011-09-10
Kill some more dead code.
Alex Gaynor
2011-09-10
Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch.
Alex Gaynor
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-07-04
Fixed #16399 -- Minor cleanup in core handler. Thanks, aaugustin.
Jannis Leidel
2011-06-22
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...
Carl Meyer
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-05-24
Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...
Luke Plant
[next]