Hi, On May 10, 11:33 pm, Shawn Milochik <[email protected]> wrote: > You and someone on django-users both told me about process_exception, > which I had been unaware of. It looks perfect for what I need.
There is also a signal for it: http://docs.djangoproject.com/en/dev/ref/signals/#got-request-exception if you don't want to write the middleware ;) -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
