Re: Generic View pass multiple objects

2007-04-30 Thread Malcolm Tredinnick
On Mon, 2007-04-30 at 18:02 +0200, Nicolas Steinmetz wrote: > gsmith wrote: > > > > > Hello, > > I have a template file that when shown is going to be populated by > > data from two different tables. I want to use the generic view > > 'list_detail.object_list'. However, as far as I know I can

Re: Generic View pass multiple objects

2007-04-30 Thread gsmith
yep that worked...thanks! On Apr 30, 11:02 am, Nicolas Steinmetz <[EMAIL PROTECTED]> wrote: > gsmith wrote: > > > Hello, > > I have a template file that when shown is going to be populated by > > data from two different tables. I want to use the generic view > > 'list_detail.object_list'. Howev

Re: Generic View pass multiple objects

2007-04-30 Thread Nicolas Steinmetz
gsmith wrote: > > Hello, > I have a template file that when shown is going to be populated by > data from two different tables. I want to use the generic view > 'list_detail.object_list'. However, as far as I know I can only pass > one queryset to the object_list view. Is there a way that I c

Generic View pass multiple objects

2007-04-30 Thread gsmith
Hello, I have a template file that when shown is going to be populated by data from two different tables. I want to use the generic view 'list_detail.object_list'. However, as far as I know I can only pass one queryset to the object_list view. Is there a way that I can pass two QuerySet's? For