Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▾ views
▸ csrf
▾ debug
class
CallableSettingWrapper
class
ExceptionCycleWarning
class
ExceptionReporter
class
SafeExceptionReporterFilter
▸ decorators
▸ defaults
▸ generic
▸ i18n
▸ static
Class ExceptionReporter
django
.
views
.
debug
.
ExceptionReporter
Organize and coordinate reporting on exceptions.
Declaration
class
ExceptionReporter
source
link
Documentation
Methods
▷
def
__init__
(
self, request, exc_type, exc_value, tb, is_email=False
)
source
link
▷
def
get_exception_traceback_frames
(
self, exc_value, tb
)
source
link
▷
def
get_traceback_data
(
self
)
Return a dictionary containing traceback information.
source
link
▷
def
get_traceback_frames
(
self
)
source
link
▷
def
get_traceback_html
(
self
)
Return HTML version of debug 500 HTTP error page.
source
link
▷
def
get_traceback_text
(
self
)
Return plain text version of debug 500 HTTP error page.
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04