Ticket #10812: entry__count.diff
File entry__count.diff, 529 bytes (added by , 16 years ago) |
---|
-
docs/ref/models/querysets.txt
188 188 >>> q[0].entry__count 189 189 42 190 190 191 The ``Blog`` model doesn't define an ``entry_ count`` attribute by itself,191 The ``Blog`` model doesn't define an ``entry__count`` attribute by itself, 192 192 but by using a keyword argument to specify the aggregate function, you can 193 193 control the name of the annotation:: 194 194