I have a dumb simple loop
for alias in models.Alias.objects.all() :
alias.update_points()
but, looking at QuerySet django, it seems to support _result_cacheall previous results. These are the Gigs and Gigs of my car, and ultimately everything explodes.
How can I throw away everything that I will never need?
source
share