Not. Besides the fact that it is more detailed, redundant and not particularly useful (in the context of the provided generator).
When you execute Item.objects.all() in for , they are repeated using iterator with query caching ( source ). If you do not want the results to be cached, use iterator() , as Ignacio recommends.
source share