from django.db.models import Count Members.objects.values('designation').annotate(dcount=Count('designation'))
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:django group_by - Python技术站
from django.db.models import Count Members.objects.values('designation').annotate(dcount=Count('designation'))
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:django group_by - Python技术站