Re: newbie : Django Error Handling

2007-03-21 Thread sebastien Pastor
Hi Simon, Thanks for your response! I was more thinking of exceptions raised when something is terribly wrong like mysql being down when you try to do a : Models.objects.all() or maybe also if you try to fetch data filtering with a filter with a wrong data type. ... basically every excepti

Re: newbie : Django Error Handling

2007-03-22 Thread sebastien Pastor
some other way ? Thanks in advance Sebastien sebastien Pastor wrote: > Hi Simon, > > Thanks for your response! > I was more thinking of exceptions raised when something is terribly > wrong like mysql being down when you try to do a : > > Models.objects.all() > > &