On Wed, Oct 19, 2011 at 8:35 PM, Tim Chase <[email protected]> wrote: > I understand what it's doing at a SQL level, but not sure if this is a > "correct" behavior for .count() or the resulting list of objects. > > Any thoughts/suggestions?
usually adding .distinct() to the queryset makes it less surprising -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

