On Mar 6, 1:38 pm, Alex Koshelev <daeva...@gmail.com> wrote: > R.objects.values('type').aggregate(Count('type'))
On Mar 6, 2:12 pm, kbs <kout...@gmail.com> wrote: > returned an empty dict Use annotate, not aggregate: R.objects.values('type').annotate(Count('type')) Regards, Ian --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---