On Saturday 11 February 2006 19:07, Robert Wittams wrote: > So I would suggest: > > Article.objects: > > is a query set that supports all the normal operations, but is > uncached > > Article.objects.cached(): > > is a query set that is cached. Otherwise the same as Article.objects
In this case, would Article.objects.filter(foo=bar) also automatically turn caching on, or would you have to do Article.objects.cached().filter(foo=bar) ? Luke -- Life is complex. It has both real and imaginary components. Luke Plant || L.Plant.98 (at) cantab.net || http://lukeplant.me.uk/