Opened 13 years ago

Closed 13 years ago

#16347 closed Bug (worksforme)

settings.DEFAULT_EXCEPTION_REPORTER_FILTER - default value is not set

Reported by: farin@… Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords: exception reporter
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

According to documentation ( https://docs.djangoproject.com/en/dev/ref/settings/#default-exception-reporter-filter )
default value should be django.views.debug.SafeExceptionReporterFilter
but values is not defined.
It cause that no error page is displayed when error occurs.

Change History (2)

comment:1 by anonymous, 13 years ago

Summary: settings.DEFAULT_EXCEPTION_REPORTER_FILTER - default value is not presetsettings.DEFAULT_EXCEPTION_REPORTER_FILTER - default value is not set

comment:2 by Aymeric Augustin, 13 years ago

Resolution: worksforme
Status: newclosed

I'm sorry, but I don't understand your report.

DEFAULT_EXCEPTION_REPORTER_FILTER is defined here:
https://code.djangoproject.com/browser/django/trunk/django/conf/global_settings.py#L552

What version of Django are you using? This feature was added recently (3 weeks ago), after the 1.3 release. It's available only if you are using a recently updated checkout of the SVN trunk.

Note: See TracTickets for help on using tickets.
Back to Top