Re: AssertionError should not be wrapped in ImproperlyConfigured

2007-12-04 Thread mezhaka
Ok, thanks for your reply, I'll try to submit a patch with an original exception stored as soon as I figure out how to do that. On Dec 2, 10:30 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2007-12-02 at 12:17 -0800, mezhaka wrote: > > I have an assertion sta

AssertionError should not be wrapped in ImproperlyConfigured

2007-12-02 Thread mezhaka
I have an assertion statement in my urls.py. When it throws an AssertionError I do not get it. Instead I get the ImproperlyConfigured error like this: http://dpaste.com/26524/. I had to dig into the django code to understand what's happening. I have checked the svn for previous version of urlresol