Re: Displaying Child Records in a list of the Parent Records

2008-07-04 Thread Lee Hinde
On Jul 3, 2:49 pm, Daniel Roseman <[EMAIL PROTECTED]> wrote: > On Jul 3, 7:43 pm, Lee Hinde <[EMAIL PROTECTED]> wrote: > > > > > Say I have invoices (parent) and payments (child) and I want to show > > each payment made against the invoices while displaying the list of > > invoices. > > > I've

Re: Displaying Child Records in a list of the Parent Records

2008-07-03 Thread Daniel Roseman
On Jul 3, 7:43 pm, Lee Hinde <[EMAIL PROTECTED]> wrote: > Say I have invoices (parent) and payments (child) and I want to show > each payment made against the invoices while displaying the list of > invoices. > > I've read other discussions here about the problems of automatically > loading child

Displaying Child Records in a list of the Parent Records

2008-07-03 Thread Lee Hinde
Say I have invoices (parent) and payments (child) and I want to show each payment made against the invoices while displaying the list of invoices. I've read other discussions here about the problems of automatically loading child records using select_related().