Uncaught exception handler

2011-03-30 Thread Sameer Rahmani
hi, i make a little change to django 1.2.5 according to my needs and i want to know your notes about it. by this patch you can specify a uncaught exception handler in you settings file just like: EXCEPTION_HANDLER = somefunciton and "somefunction" function will be called every time

Re: Uncaught exception handler

2011-03-30 Thread Kristaps KÅ«lis
t. > > by this patch you can specify a uncaught exception handler in you > settings file just like: > > EXCEPTION_HANDLER = somefunciton > > and "somefunction" function will be called every time you got an > uncaught exception. > > i use it for logging my uncaug