Django

Code

root/django/trunk/django/core/handlers/base.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8464 [8464] 08/22/08 08:59:41 russellm Fixed #8136: Added a signal emission when an error is raised handling an …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7992 [7992] 07/19/08 14:32:12 mtredinnick Allow avoidance of the Apache mod_rewrite undo.
(edit) @7991 [7991] 07/19/08 14:32:01 mtredinnick First part of setting request.path correctly. Still needs: - testing …
(edit) @7988 [7988] 07/19/08 13:49:49 mtredinnick Fixed #7471 -- If the 400 response handler raises an exception, pass …
(edit) @7928 [7928] 07/15/08 14:17:49 mtredinnick Refactored the HTTP 500 error response creation slightly. Provides the …
(edit) @7856 [7856] 07/06/08 20:45:19 mtredinnick Fixed #4148 -- Changed the way attachments are served to IE to avoid …
(edit) @7537 [7537] 05/16/08 18:24:36 lukeplant Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. …
(edit) @7168 [7168] 02/27/08 19:52:59 jacob Fixed #4701 -- sys.exit() will no longer get swallowed by the http …
(edit) @7068 [7068] 02/02/08 22:06:35 mtredinnick Fixed #6305 -- Always emit the got_request_exception signal, even …
(edit) @6826 [6826] 12/01/07 20:22:19 gwilson Re-organized imports in handler modules to adhere to Django coding style.
(edit) @6662 [6662] 11/10/07 21:55:44 mtredinnick Fixed #5898 -- Changed a few response processing paths to make things …
(edit) @6296 [6296] 09/15/07 12:46:03 mtredinnick Added a get_host() method to HttpRequest. There is still an …
(edit) @6292 [6292] 09/15/07 11:34:41 mtredinnick Fixed #5109 -- Pass the request object to any exception signal handler. …
(edit) @6221 [6221] 09/14/07 16:41:48 jacob Fixed the breakage in [6164] in a different, better way: HttpResponse now …
(edit) @6219 [6219] 09/14/07 16:36:39 jacob Case-insensitive HttpResponse headers ([6212]) broke absolute URL …
(edit) @6164 [6164] 09/14/07 00:28:00 mtredinnick Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @4237 [4237] 12/26/06 08:40:33 jacob Fixed #3187 -- Django will now look for the root URLconf as an attribute …
(edit) @4128 [4128] 11/28/06 16:58:10 adrian Fixed small bug in 'The view didn't return an HttpResponse object' …
(edit) @3951 [3951] 10/30/06 14:50:27 adrian Fixed #2968 -- Changed arguments to import to use empty dictionary …
(edit) @3879 [3879] 09/27/06 21:37:41 adrian Folded BaseHandler?.get_technical_error_response() into …
(edit) @3878 [3878] 09/27/06 21:34:48 adrian Folded BaseHandler?.get_friendly_error_response() into …
(edit) @3875 [3875] 09/27/06 20:56:02 adrian Changed BaseHandler?.get_response() to take a single parameter (an …
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @2990 [2990] 05/26/06 12:30:40 adrian Fixed #1023 -- Base handler no longer calls mail_admins() on SystemExit?, …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2668 [2668] 04/10/06 22:30:10 adrian Removed unneeded 'import sys' from base.py handler
(edit) @2667 [2667] 04/10/06 22:29:01 adrian Fixed #1551 -- Improved base handler to not lose track of important …
(edit) @2364 [2364] 02/19/06 22:36:17 adrian Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin
(edit) @2358 [2358] 02/18/06 17:41:17 adrian Fixed #894 -- Moved response middleware call to base.py so that exceptions …
(edit) @1470 [1470] 11/27/05 16:08:51 adrian Fixed #878 -- URLconf regex captures no longer have to be named groups. …
(edit) @1356 [1356] 11/22/05 13:41:43 adrian Fixed grammar error in error message from [1355]
(edit) @1355 [1355] 11/22/05 13:41:09 adrian Fixed #879 -- Middleware loader now throws a better error for …
(edit) @1233 [1233] 11/14/05 11:44:50 jacob Added "pretty" error pages to be used when DEBUG is True.
(edit) @1009 [1009] 10/24/05 20:51:57 adrian Fixed #677 -- db.queries is now reset per request. Thanks, seancazzell
(edit) @949 [949] 10/18/05 20:16:57 adrian Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune
(edit) @880 [880] 10/14/05 21:20:35 adrian Fixed #616 -- Added a process_exception() hook to middleware framework. …
(edit) @580 [580] 08/31/05 11:27:59 adrian Fixed #407 -- Code no longer assumes request.METAREMOTE_ADDR? exists. …
(edit) @548 [548] 08/24/05 19:50:01 adrian Changed 'coding error' and 'database error' e-mails to include …
(edit) @532 [532] 08/17/05 19:15:39 adrian Tweaked [531] slightly, so that it checks for 'is None' instead of boolean …
(edit) @531 [531] 08/17/05 19:14:15 adrian Added friendly error message if a view returns None instead of an …
(edit) @414 [414] 08/05/05 17:22:41 adrian Greatly improved the 404 error message when DEBUG=True. If none of the …
(edit) @411 [411] 08/05/05 15:50:19 adrian Refactored the internals of URL parsing to use less code
(add) @298 [298] 07/22/05 13:34:38 adrian Fixed #63 -- Refactored django.core.handlers into subclasses to remove …
Note: See TracRevisionLog for help on using the revision log.