SomeModel.objects.aggregate(arr=ArrayAgg('somefield')) {'arr': [0, 1, 2]}. Common aggregate options. All aggregates have the filter keyword argument.
確定! 回上一頁