`for foo in queryset`
implementation? Is it that for loops are inherently inefficient? What would be a better alternative?
Basically, it'll hit the database after each query.
However, I'm not aware of anything that would do the same to update properties.
`for foo in queryset`
implementation? Is it that for loops are inherently inefficient? What would be a better alternative?