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 be fixed in #10870
https://code.djangoproject.com/ticket/10870

Are aggregations working in 1.7?
Thanks in advance.


-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/adeae385-9664-4264-9f5b-cb4114bea7bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to