And just to make it clear, the main point of this patch is so that templates can benefit from the internal caching going on. Such as:
{% for product in products %} {{ product }} {% with product.purchases.count as purchases %}({{ purchases }} purchase{{ purchases|pluralize }}){% endwith %} {% endfor %} --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---