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
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'
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
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
)
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
5 matches
Mail list logo