From the category archives:

aggreagtion

Django aggregation tutorial

by shabda on August 18, 2009

One of the new and most awaited features with Django 1.1 was aggregation. As usual, Django comes with a very comprehensive documentation for this. Here, I have tried to put this in how-to form.

Jump to howtos or Get source on Github.

Essentially, aggregations are nothing but a way to perform an operation on group of rows. In databases, they [...]

{ 26 comments }