Re: ManyRelatedManager object is not iterable

2007-05-30 Thread Russell Keith-Magee
e 18 > > > > > > Caught an exception while rendering: 'ManyRelatedManager' object is not > > iterable > > > > 18 {% for obligation in oblig_list %} > > > OK. I figured out the problem. Russ was right that I had forgotten > a .all--the probl

Re: ManyRelatedManager object is not iterable

2007-05-30 Thread Todd O'Bryan
On Tue, 2007-05-29 at 21:38 -0400, Todd O'Bryan wrote: > Template error > In > template > /home/tobryan1/workspace/dmi/src/dmi/orgs/templates/obligationList.html, > error at line 18 > > > Caught an exception while rendering: 'ManyRelatedManager'

Re: ManyRelatedManager object is not iterable

2007-05-29 Thread Todd O'Bryan
On Wed, 2007-05-30 at 09:50 +0800, Russell Keith-Magee wrote: > On 5/30/07, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > > > > Caught an exception while rendering: 'ManyRelatedManager' object is not > > iterable > > > > 18 {% for obligat

Re: ManyRelatedManager object is not iterable

2007-05-29 Thread Russell Keith-Magee
On 5/30/07, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > > Caught an exception while rendering: 'ManyRelatedManager' object is not > iterable > > 18 {% for obligation in oblig_list %} > > Any ideas what's going on? The Manager isn't iterable, but

ManyRelatedManager object is not iterable

2007-05-29 Thread Todd O'Bryan
) And the (relevant part of the) error I get in the browser: Template error In template /home/tobryan1/workspace/dmi/src/dmi/orgs/templates/obligationList.html, error at line 18 Caught an exception while rendering: 'ManyRelatedManager' object is not iterable 18 {% for obligation in