from django.db.models import Count queryset = (User.objects .aggregate( ... Each argument to annotate() is an annotation that will be added to each object ...
確定! 回上一頁