Re: Aggregation across foreign keys / complex aggregation and annotation

2009-01-16 Thread Alex Koshelev
m> wrote: > > Following the general rule that no good deed goes unpunished, I have a > question about complex aggregation / annotation or annotation across > foreign keys. > > I have the following simplified model: > > class Unit(models.Model): >unit = models.Text

Aggregation across foreign keys / complex aggregation and annotation

2009-01-16 Thread Christopher Mutel
Following the general rule that no good deed goes unpunished, I have a question about complex aggregation / annotation or annotation across foreign keys. I have the following simplified model: class Unit(models.Model): unit = models.TextField() class Process(models.Model): process