Undocumented
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. |
Constant | DEBUG_ENGINE |
Undocumented |
Class | CallableSettingWrapper |
No summary |
Class | ExceptionCycleWarning |
Undocumented |
Function | builtin_template_path |
Return a path to a builtin template. |
Function | default_urlconf |
Create an empty URLconf 404 error response. |
Function | get_default_exception_reporter_filter |
Undocumented |
Function | get_exception_reporter_class |
Undocumented |
Function | get_exception_reporter_filter |
Undocumented |
Function | technical_404_response |
Create a technical 404 error response. exception is the Http404. |
Function | technical_500_response |
Create a technical server error response. The last three arguments are the values returned from sys.exc_info() and friends. |
Return a path to a builtin template.
Avoid calling this function at the module level or in a class-definition because __file__ may not exist, e.g. in frozen environments.
exception
is the Http404.