﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19313	Count Aggregation documentation	ebertti@…	nobody	"add something in the documentation talking about the possibility of using distinct aggregation done by count.

like:

Number of authors by category:
{{{
#!python
Author.objects.values('post__category__name').aggregate(qtd=Count('id', distinct=True))
}}}

There is nothing on the internet or in the documentation and talking something about it. I find that looking at the code."	Bug	closed	Documentation	1.4	Normal	worksforme	aggregation		Accepted	0	0	0	0	0	0
