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
2008-09-17
Fixed #9014 -- Check that we really are processing a POST before processing
Malcolm Tredinnick
2008-08-30
Fixed #8622: accessing POST after a POST handling exception no longer throws ...
Jacob Kaplan-Moss
2008-08-26
Fixed #8490 -- Worked around a bug in flup 1.0.1 when working out the correct
Malcolm Tredinnick
2008-08-23
Fixed #8259 -- Handle an error situation that we should never see, but still
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
Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination,
Malcolm Tredinnick
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-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-05-16
Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill
Luke Plant
2008-03-08
Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ...
Gary Wilson Jr
2008-02-28
Fixed #4701 -- sys.exit() will no longer get swallowed by the http handler. S...
Jacob Kaplan-Moss
2008-02-03
Fixed #6305 -- Always emit the got_request_exception signal, even when
Malcolm Tredinnick
2007-12-02
Re-organized imports in handler modules to adhere to Django coding style.
Gary Wilson Jr
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick
2007-10-21
Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length header
Malcolm Tredinnick
2007-10-20
Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). Made it
Malcolm Tredinnick
2007-10-13
Fixed #5738 -- Fixed bug with defective Unicode strings in a URL
Adrian Holovaty
2007-09-27
Re-organized imports to adhere to PEP 8.
Gary Wilson Jr
2007-09-27
Removed unused import, unneeded due to [4144].
Gary Wilson Jr
2007-09-27
Fixed #5604 -- Check for use of HTTPS by looking at the `wsgi.url_scheme` env...
Gary Wilson Jr
2007-09-16
Fixed #4710 -- Improved mod_python HTTPS checking. Thanks, Aaron Maxwell, Smi...
Malcolm Tredinnick
2007-09-15
Added a get_host() method to HttpRequest. There is still an http.get_host() v...
Malcolm Tredinnick
2007-09-15
Fixed #5109 -- Pass the request object to any exception signal handler. Thank...
Malcolm Tredinnick
2007-09-14
Added more dict-like methods to HttpResponse as part of the response.headers ...
Jacob Kaplan-Moss
2007-09-14
Fixed the breakage in [6164] in a different, better way: HttpResponse now imp...
Jacob Kaplan-Moss
2007-09-14
Case-insensitive HttpResponse headers ([6212]) broke absolute URL redirects (...
Jacob Kaplan-Moss
2007-09-14
Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati...
Malcolm Tredinnick
2007-08-12
Fixed #4909 -- Fixed a race condition with middleware initialisation in multi...
Malcolm Tredinnick
2007-07-07
Changed HttpRequest.path to be a Unicode object. It has already been
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2006-12-26
Fixed #3187 -- Django will now look for the root URLconf as an attribute of t...
Jacob Kaplan-Moss
2006-11-29
Fixed #2924 -- Development server no longer spins on an empty form post. Bug ...
Adrian Holovaty
2006-11-28
Fixed small bug in 'The view ____ didn't return an HttpResponse object' messa...
Adrian Holovaty
2006-11-26
Fixed #3057 -- Improved wsgi backend to tolerate empty string in CONTENT_LENG...
Adrian Holovaty
2006-11-23
Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry Pederson
Adrian Holovaty
2006-11-23
Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks for ...
Adrian Holovaty
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-10-25
Reverted [3919] because it requires mod_python 3.2.10+
Adrian Holovaty
2006-10-24
Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORT
Adrian Holovaty
2006-10-24
Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re...
Adrian Holovaty
2006-09-28
Folded BaseHandler.get_technical_error_response() into BaseHandler.get_respon...
Adrian Holovaty
2006-09-28
Folded BaseHandler.get_friendly_error_response() into BaseHandler.get_respons...
Adrian Holovaty
[next]