Django

Code

Changeset 2702

Show
Ignore:
Timestamp:
04/15/06 15:13:44 (3 years ago)
Author:
adrian
Message:

magic-removal: Changed lame 500 status message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/magic-removal/django/core/servers/basehttp.py

    r2688 r2702  
    243243    # Error handling (also per-subclass or per-instance) 
    244244    traceback_limit = None  # Print entire traceback to self.get_stderr() 
    245     error_status = "500 Dude, this is whack!
     245    error_status = "500 INTERNAL SERVER ERROR
    246246    error_headers = [('Content-Type','text/plain')] 
    247247