On 8/8/06, Sarcastic Zombie <[EMAIL PROTECTED]> wrote:
> That worked great. So in my revised unmagical template I figured I'd do
> a little:
>
>    {% for agent in agency.agent_set.all %}
>
>    blah blah
>
>    {% endfor %}
>
> but I'm getting a screaming 'unindexable object' error. I've been
> toying with this and even sought help in the #django channel on IRC,
> and no one seems to understand why this is happening.

Hey Sarcastic Zombie,

What happens when you do agency.agent_set.all() in the Python
interactive interpreter? Same error? And could you paste the
traceback?

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to