API is not working with generic
> relations
>
> https://docs.djangoproject.com/en/1.7/ref/contrib/contenttypes/#generic-relations-and-aggregation
>
> Bookmark.objects.aggregate(Count('tags')) # Not working according to
> Docs.
>
>
> But this bug seems to be
According to Django 1.7 Docs, aggregation API is not working with generic
relations
https://docs.djangoproject.com/en/1.7/ref/contrib/contenttypes/#generic-relations-and-aggregation
Bookmark.objects.aggregate(Count('tags')) # Not working according to Docs.
But this bug seems to b