Yes, there is an open ticket to update the documentation: https://code.djangoproject.com/ticket/24019
If you're able to work on a patch, I'll be happy to review it. On Wednesday, January 14, 2015 at 5:56:26 PM UTC-5, x13 wrote: > > > 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/dd09c1fb-4390-437d-8164-8c5520ad6522%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
