Re: How to handle all DoesNotExist?

2008-06-14 Thread Ronny Haryanto
On Sun, Jun 15, 2008 at 1:40 AM, Szymon <[EMAIL PROTECTED]> wrote: > What I need to import to handle DoesNotExist in process_exception? > Because DoesNotExist is part of every single model, so I can't import > it from model, because I don't know which model raises exception. from django.db import

How to handle all DoesNotExist?

2008-06-14 Thread Szymon
Hello, What I need to import to handle DoesNotExist in process_exception? Because DoesNotExist is part of every single model, so I can't import it from model, because I don't know which model raises exception. --~--~-~--~~~---~--~~ You received this message because