Hi, I've came up with an idea of improving default FOR template tag:
{% for ... in ... %} By adding something similar to list comprehension syntax: {% for ... in ... if ... %} Filtering through looping is so common task that I'm sure many people would find this syntax quite handy. I'll be happy to implement it if only you give me your green light. And sorry if this matter has already been discussed. It seems like a good idea someone had to came up before, but I just couldn't find anything on it. -- 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 django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.