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
Module debug
django
.
views
.
debug
source
link
Classes
class
CallableSettingWrapper
Object to wrap callable appearing in settings.
class
ExceptionCycleWarning
class
ExceptionReporter
Organize and coordinate reporting on exceptions.
class
SafeExceptionReporterFilter
Use annotations made by the sensitive_post_parameters and sensitive_variables decorators to filter out sensitive information.
Functions
▷
def
default_urlconf
(
request
)
Create an empty URLconf 404 error response.
source
link
▷
def
get_default_exception_reporter_filter
(
)
@functools.lru_cache()
@functools.lru_cache()
def
get_default_exception_reporter_filter(
)
source
link
▷
def
get_exception_reporter_class
(
request
)
source
link
▷
def
get_exception_reporter_filter
(
request
)
source
link
▷
def
technical_404_response
(
request, exception
)
Create a technical 404 error response. `exception` is the Http404.
source
link
▷
def
technical_500_response
(
request, exc_type, exc_value, tb, status_code=500
)
Create a technical server error response. The last three arguments are the values returned from sys.exc_info() and friends.
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04