Suppose this template code:
{% for a in list %}
a.foo a.bar
{% endfor %}
The point is that only some elements of the "list" sequence have the
"foo" attribute, so a exception is thrown, but the template engine
silence it.
Is may template code correct or some check should be done to avoid the
exception throw?
Thanks and regards,
Juanjo
--
mi blog: http://www.juanjoconti.com.ar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---