Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-07-10 Thread Milan Andric
On Tue, Jul 8, 2008 at 4:30 PM, Milan Andric <[EMAIL PROTECTED]> wrote: > > > > On Jun 30, 3:01 pm, Milan Andric <[EMAIL PROTECTED]> wrote: >> I've been wresting with this one for a couple hours now trying to >> track it down, but no luck. I'm recently updated to django trunk and >> getting very

Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-07-08 Thread Milan Andric
On Jun 30, 3:01 pm, Milan Andric <[EMAIL PROTECTED]> wrote: > I've been wresting with this one for a couple hours now trying to > track it down, but no luck.  I'm recently updated to django trunk and > getting very odd reponses.  I could take the same page and refresh it > several times in

Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-07-01 Thread Milan Andric
On Jul 1, 5:03 am, "Scott Moonen" <[EMAIL PROTECTED]> wrote: > Milan, I took another look at the error and your template.  Judging from the > error (it seems to be complaining about some access to the member object, > rather than the project list), I think the reference to line 9 is a red >

Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-07-01 Thread Scott Moonen
Milan, I took another look at the error and your template. Judging from the error (it seems to be complaining about some access to the member object, rather than the project list), I think the reference to line 9 is a red herring. In other words, the outermost tag that Django is rendering at the

Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-06-30 Thread Malcolm Tredinnick
On Mon, 2008-06-30 at 16:53 -0700, Milan Andric wrote: > > > On Jun 30, 3:32 pm, Milan Andric <[EMAIL PROTECTED]> wrote: > > On Jun 30, 3:08 pm, "Scott Moonen" <[EMAIL PROTECTED]> wrote: > > > > > Hi Milan, would you mind posting the source for the object_list function > > > as > > > well? >

Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-06-30 Thread Milan Andric
On Jun 30, 3:32 pm, Milan Andric <[EMAIL PROTECTED]> wrote: > On Jun 30, 3:08 pm, "Scott Moonen" <[EMAIL PROTECTED]> wrote: > > > Hi Milan, would you mind posting the source for the object_list function as > > well? > > I just imported object_list from django.views.generic.list_detail. > One

Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-06-30 Thread Milan Andric
On Jun 30, 3:08 pm, "Scott Moonen" <[EMAIL PROTECTED]> wrote: > Hi Milan, would you mind posting the source for the object_list function as > well? > I just imported object_list from django.views.generic.list_detail. -- Milan --~--~-~--~~~---~--~~ You received

Re: dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-06-30 Thread Scott Moonen
Hi Milan, would you mind posting the source for the object_list function as well? -- Scott On Mon, Jun 30, 2008 at 4:01 PM, Milan Andric <[EMAIL PROTECTED]> wrote: > > I've been wresting with this one for a couple hours now trying to > track it down, but no luck. I'm recently updated to

dreaded FieldError (used to be KeyError) can only replicate on production, ugh!

2008-06-30 Thread Milan Andric
I've been wresting with this one for a couple hours now trying to track it down, but no luck. I'm recently updated to django trunk and getting very odd reponses. I could take the same page and refresh it several times in succession and eventually get the page, but usually get 500 errors. What