Re: Random NoReverseMatch

2008-09-12 Thread [EMAIL PROTECTED]
I had this problem as well. I switched to lighttpd + fast_cgi and haven't had the problem since. On 28 Aug, 11:48, tonemcd <[EMAIL PROTECTED]> wrote: > I've just come across this ticket,http://code.djangoproject.com/ticket/8221, > which has a patch attached. I've just applied the patch and

Re: Random NoReverseMatch

2008-08-28 Thread tonemcd
I've just come across this ticket, http://code.djangoproject.com/ticket/8221, which has a patch attached. I've just applied the patch and crippled my url regex again to re-create the error. This is what was reported this time; NoReverseMatch: Reverse for 'MBBS.agenda_today_group' with arguments

Re: Random NoReverseMatch

2008-08-28 Thread tonemcd
Well, this bit me a while back when I svn-up'ed from trunk and I got fed up of changing my django.pth to point to trunk_r7971, so I was determined to get it sorted out. The first thing is that the NoReverseMatch error seems to be a catch- all for a variety of exceptions, so if you can, check out

Re: Random NoReverseMatch

2008-08-25 Thread koenb
I guess you are seeing the bug reported in #6379. You probably have an import error somewhere, but it is being hidden by the NoReverseMatch exception that is raised for anything that goes wrong. Koen On 25 aug, 16:13, Robin <[EMAIL PROTECTED]> wrote: > Hello, > > i have the same exception and

Re: Random NoReverseMatch

2008-08-25 Thread Robin
Hello, i have the same exception and exactly as Julien explained in the dev server works fine ... and also works fine with fast_cgi, but I am using apache + mod_wsgi and it didn't work with the same problem: NoReverseMatch Has any of you any clue to this error ? thanks in advance, r