#13840: 404 error reported via e-mail even when DEBUG is True ------------------------------+--------------------------------------------- Reporter: master | Owner: nobody Status: new | Milestone: Component: Core framework | Version: SVN Keywords: 404, broken link | Stage: Unreviewed Has_patch: 1 | ------------------------------+--------------------------------------------- According to http://docs.djangoproject.com/en/dev/howto/error-reporting/, "DEBUG is False" is one of the conditions for 404 errors to be reported via e-mail. But they are, whatever the state of this setting.
The attached patch adds the mandatory condition. -- Ticket URL: <http://code.djangoproject.com/ticket/13840> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
