class HttpResponseServerError
[source]
Acts just like HttpResponse
but uses a 500 status code.
Note
If a custom subclass of HttpResponse
implements a render
method, Django will treat it as emulating a SimpleTemplateResponse
, and the render
method must itself return a valid response object.
Please login to continue.