It's rather difficult to provide specific use case for something that is a convenience-related proposal. :)
Let's make an analogy - why do we have AND boolean operator in IF tag, though we could just write: {% if first_condition %} {% if second_condition %} {{ x }} {% endif %} {% endif %} instead of {% if first_condition and second_condition %} {{ x }} {% endif %} -- Mikołaj Siedlarek On Tue, Mar 29, 2011 at 4:23 PM, Jacob Kaplan-Moss <ja...@jacobian.org>wrote: > Sorry, but without a specific use-case I'm just not convinced. > > Jacob > > -- > 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. > > -- 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.