# Count Avg Sum etc. take a distinct argument for finding unique values p = Project.objects.all().annotate(Avg('unit__name', distinct=True))