Re: Admin list_display loop though sub objects and output sum of values - newbie

2010-01-17 Thread pfwd
thanks On Jan 17, 10:15 pm, Daniel Roseman wrote: > On Jan 17, 8:28 pm, pfwd wrote: > > > > > > > Hi am very new to Django/Python and I need some help with a model > > method > > > I have two tables Linked by a foreign key and their forms are embedded &

Admin list_display loop though sub objects and output sum of values - newbie

2010-01-17 Thread pfwd
Hi am very new to Django/Python and I need some help with a model method I have two tables Linked by a foreign key and their forms are embedded in the admin interface. One table is called Quote and one table is called Task. The task table has a field called time_taken In the Quote list I want to d