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
2012-12-22
[1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3.
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
2011-01-16
Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...
Russell Keith-Magee
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee
2010-11-07
Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...
Alex Gaynor
2010-10-30
Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...
Russell Keith-Magee
2010-10-29
Fixed #14523 -- Modified response handling so that exceptions raised by proce...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-06
Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...
Russell Keith-Magee
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-06-03
Fixed #10758 - sys.exc_info() should not be stored on a local variable
Luke Plant
2010-03-26
Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon...
Russell Keith-Magee
2010-03-12
Fixed #13090 -- Corrected handling of errors in middleware when DEBUG=False. ...
Russell Keith-Magee
2010-01-10
Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaev
Adrian Holovaty
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...
Adrian Holovaty
2009-11-16
Fixed #5034 -- honor request.urlconf in reverse and resolve.
Brian Rosner
2009-04-01
Reverted [10346] because it effectively breaks USE_I18N by forcing import of ...
Jacob Kaplan-Moss
2009-04-01
Fixed #9847: mark the permission denied message for translation.
Jacob Kaplan-Moss
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-12
Fixed a problem from r10036. Fixed #10470.
Malcolm Tredinnick
2009-03-12
Fixed #10470 -- Fixed a race condition in middleware initialization.
Malcolm Tredinnick
2008-08-22
Fixed #8136: Added a signal emission when an error is raised handling an erro...
Russell Keith-Magee
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-21
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
Malcolm Tredinnick
2008-07-19
Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout
Malcolm Tredinnick
2008-07-19
Allow avoidance of the Apache mod_rewrite undo.
Malcolm Tredinnick
2008-07-19
First part of setting request.path correctly.
Malcolm Tredinnick
2008-07-19
Fixed #7471 -- If the 400 response handler raises an exception, pass control to
Malcolm Tredinnick
2008-07-15
Refactored the HTTP 500 error response creation slightly. Provides the ability
Malcolm Tredinnick
2008-07-07
Fixed #4148 -- Changed the way attachments are served to IE to avoid some
Malcolm Tredinnick
2008-05-16
Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill
Luke Plant
[next]