On 08-Aug-06, at 8:36 PM, Sarcastic Zombie wrote:

>
> I'm in the process of porting from .91 to the magic removal trunk  
> (lord
> have mercy).

my sympathies
>
> In one of the old templates, I do a:
>
>    {% for agent in agency.get_agent_list %}
>
>    blah blah
>
>    {% endfor %}
>
> That worked great. So in my revised unmagical template I figured  
> I'd do
> a little:
>
>    {% for agent in agency.agent_set.all %}

{% for agent in agency.agent.all %}


-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



--~--~---------~--~----~------------~-------~--~----~
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