Re: Q objects subquery

2010-05-04 Thread danfis
thanks for your advise daniel, is see it now and the hint with values_list works great. thanks again On 4 Mai, 13:11, Daniel Roseman wrote: > On May 4, 9:53 am, danfis wrote: > > > > > > > Hi guys, > > > i ran into a problem today which i'm not sure if it's a bug (or a > > feature?!) so you mi

Re: Q objects subquery

2010-05-04 Thread Daniel Roseman
On May 4, 9:53 am, danfis wrote: > Hi guys, > > i ran into a problem today which i'm not sure if it's a bug (or a > feature?!) so you might can help me: > > when i call a model manager method to manipulate the queryset and > using Q objects for filtering, it seems like the query of the method > (=

Q objects subquery

2010-05-04 Thread danfis
Hi guys, i ran into a problem today which i'm not sure if it's a bug (or a feature?!) so you might can help me: when i call a model manager method to manipulate the queryset and using Q objects for filtering, it seems like the query of the method (=queryset.query) "stores" the result of subquerie