Re: Empty categories

2010-01-28 Thread phred78
Thank you Eugene, but it's still listing the empty categories :( -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsu

Re: Empty categories

2010-01-28 Thread Eugene Wee
Hi, On Thu, Jan 28, 2010 at 9:08 PM, phred78 wrote: > The problem is that it will list ALL categories, whereas I only want > it to show a list of categories with products associated with it. I've > tried many combinations of .filter() and .exclude() but with no > success. > Can someone please poi