标签: django django-models
我正在使用django 1.7(不久一段时间(!))并尝试执行以下操作:
<non-uniq qs>.distinct().annotate(agg1=Aggregate1, agg2=Aggregate2...)
聚合忽略了不同的。我宁愿它不是(因为它破坏了我的图表!);有没有办法围绕这个?