Re: Questions about Django model exceptions and request data

2005-08-20 Thread Adrian Holovaty
On 8/20/05, jtm <[EMAIL PROTECTED]> wrote: > Do exceptions like "PollDoesNotExist" get generated in a similar manner > that the lookups do? > > I find that when processing a request, Django is throwing me exceptions > like "RespondentDoesNotExist", but if I try and catch that exception, > rather

Questions about Django model exceptions and request data

2005-08-20 Thread jtm
Hiya. Do exceptions like "PollDoesNotExist" get generated in a similar manner that the lookups do? I find that when processing a request, Django is throwing me exceptions like "RespondentDoesNotExist", but if I try and catch that exception, rather than using a bare "except:" statement, I get