summaryrefslogtreecommitdiff
path: root/django/core/handlers
AgeCommit message (Expand)Author
2013-04-01[1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is correctly bas...Julien Phalip
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-22[1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin
2012-10-30[1.5.x] Fixed #5076 -- Properly decode POSTs with non-utf-8 payload encodingClaude Paroz
2012-10-24Removed a function that is already fully implemented by a base class.Alex Gaynor
2012-09-29Merge branch 'ticket15695'Florian Apolloner
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-20Imported getLogger directly from logging moduleClaude Paroz
2012-09-09Replace nested try/finally try/except with try/except/finally.Florian Apolloner
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-15[py3] Fixed middleware_exceptions tests.Aymeric Augustin
2012-08-15[py3] Removed excessive usage of smart_bytesClaude Paroz
2012-08-15Sent got_request_exception signal before handle_uncaught_exceptionClaude Paroz
2012-08-11[py3] Fixed reraising of exceptionsClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-03Replaced some byte strings by str() callsClaude Paroz
2012-07-22[py3] Used six.reraise wherever necessary.Aymeric Augustin
2012-06-23Switch to using context managers for acquiring and releasing locks.Alex Gaynor
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2012-02-09Fixed #17358 -- Updated logging calls to use official syntax for arguments in...Jannis Leidel
2011-12-16Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...Adrian Holovaty
2011-12-16Removed incorrect comment in core/handlers/modpython.py. If it were true, the...Adrian Holovaty
2011-12-16Negligible typo fix in a comment in handlers/wsgi.pyAdrian Holovaty
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-09-10Kill some more dead code.Alex Gaynor
2011-09-10Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch.Alex Gaynor
2011-09-09Fixed #16746 - added more HTTP code/string mappings.Jacob Kaplan-Moss
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-04Fixed #16399 -- Minor cleanup in core handler. Thanks, aaugustin.Jannis Leidel
2011-06-28Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-09Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-04-22Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-04-02Advanced deprecations in core.mail, core.commands, core.context_processors an...Russell Keith-Magee
2011-03-26Fixed #15672 -- Fixed bug in core/handlers/wsgi.py where we were referring to...Adrian Holovaty
2011-01-16Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...Russell Keith-Magee
2011-01-16Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i...Russell Keith-Magee
2011-01-15Corrected r15205 syntax to be Python2.4 compatible.Russell Keith-Magee
2011-01-14Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd...Andrew Godwin
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-11-07Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...Alex Gaynor
2010-11-04Fixed #14602 -- Added an extra check to wsgi.input handling to prevent AppEng...Russell Keith-Magee
2010-10-30Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...Russell Keith-Magee