mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
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
This commit is contained in:
parent
d40781952b
commit
fe0d508a6a
@ -242,7 +242,7 @@ class ServerHandler:
|
|||||||
|
|
||||||
# Error handling (also per-subclass or per-instance)
|
# Error handling (also per-subclass or per-instance)
|
||||||
traceback_limit = None # Print entire traceback to self.get_stderr()
|
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')]
|
error_headers = [('Content-Type','text/plain')]
|
||||||
|
|
||||||
# State variables (don't mess with these)
|
# State variables (don't mess with these)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user