lazy queryset

2011-10-25 Thread druce
Having trouble getting a queryset to re-query the database and get updated results. Tried evaluating queryset in list and boolean context, no joy, always get the same results even though the database has changed. A bit of a newbie - am I missing something simple? [user@box dspider]# python manage

Re: lazy queryset

2011-10-25 Thread druce
ny thanks, I don't think I would have figured that one out! On Oct 25, 9:10 pm, Karen Tracey wrote: > On Tue, Oct 25, 2011 at 7:39 PM, druce wrote: > > Tried every other way I could think of. Any idea what I have to do to > > force it to requery the database? > &