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 %}
> {%
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
2 matches
Mail list logo