All pastes #2056135 Raw Edit

Something

public text v1 · immutable
#2056135 ·published 2011-05-10 10:41 UTC
rendered paste body
u = User.objects.all()
for i in u:
	i.last_fetched()=datetime.now()-timedelta(days=1000)
	i.save()