#13877: More documentation needed on exceptions in middlewares ----------------------------------------------+----------------------------- Reporter: pakal <[email protected]> | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------------------+----------------------------- I have not found any documentation on the behaviour of django when an exception is raised, not from a view, but from a middleware method.
Eg. if a process_exception() raises an unexpected exception, how will django deal with that ? And if a process_response() fails when treating a normal http response ? I can have some information by testing these tests, but as long as it's undocumented I can't really rely on it. -- Ticket URL: <http://code.djangoproject.com/ticket/13877> 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.
