From fe0d508a6af1f2b051d7b478cc4cc29d706956b9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 15 Apr 2006 20:13:44 +0000 Subject: [PATCH] magic-removal: Changed lame 500 status message git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2702 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/core/servers/basehttp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/core/servers/basehttp.py b/django/core/servers/basehttp.py index ca912d1ba5..e3628f7263 100644 --- a/django/core/servers/basehttp.py +++ b/django/core/servers/basehttp.py @@ -242,7 +242,7 @@ class ServerHandler: # Error handling (also per-subclass or per-instance) traceback_limit = None # Print entire traceback to self.get_stderr() - error_status = "500 Dude, this is whack!" + error_status = "500 INTERNAL SERVER ERROR" error_headers = [('Content-Type','text/plain')] # State variables (don't mess with these)