Re: Dynamically List By Category

2007-03-27 Thread RajeshD
On Mar 23, 9:26 pm, "makebelieve" <[EMAIL PROTECTED]> wrote: > Ok, from a previous post I've found that the best way to list items by > a category is to use _set: > > {% for c in categories %} > {{ c }} > {% for i in c.item_set.all %} > {{ v }} > {% endfor %} > {%

Dynamically List By Category

2007-03-23 Thread makebelieve
Ok, from a previous post I've found that the best way to list items by a category is to use _set: {% for c in categories %} {{ c }} {% for i in c.item_set.all %} {{ v }} {% endfor %} {% endfor %} However, what if I want to limit the items based upon one of their