Hello there, Now I'm trying to do a simple thing, and I can't get around to it. I have a list of car objects that can be filtered by Model and FuelType (usign standard <select> controls).
Since the list of models is huge, I want to make it smart in two ways: 1. Display the number of existing cars between brackets, next to the Model name (did it already) 2. Limit the Model choices to those which have 1+ cars, so that the filters are tighter (and the code for the <SELECT>s smaller!) In plain SQL I'd do something with a HAVING clause, effectively filtering the COUNT(*) on the cars. Has anybody done sth like this before? Any clues? Best regards, -- Carlos Yoder http://carlitosyoder.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users -~----------~----~----~----~------~----~------~--~---