I'm using django 1.7 (for a short while longer(!)) and I'm trying to do the following:
<non-uniq qs>.distinct().annotate(agg1=Aggregate1, agg2=Aggregate2...)
And the aggregate is ignoring the distinct. I'd rather it wasn't (as it's wrecking my charts!); is there a way round this?