> I'd be +1 on this, on the condition that there be some way to supress > errors, something like this. > > {% for item in list %} > {{ item.title }} > {% silent %} > {{ item.owner }} > {% endsilent %} > {% endfor %}
That seems very clunky to me. If going down that route, I'd prefer to either enable filters to catch exceptions, so {{ item.owner|default }} can work, or maybe use some sort of syntax extension to silence errors, say for example {{ @ item.owner }} Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers?hl=en -~----------~----~----~----~------~----~------~--~---