Re: Generic relations and aggregation

2015-01-14 Thread Tim Graham
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

Generic relations and aggregation

2015-01-14 Thread x13
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