update (1) 썸네일형 리스트형 Django QuerySet, update objects Django filter update MODELS.objects.filter(username="sample").update(last_name="Kim") --> 이런식으로 filter로 가져온 여러 row들을 한번에 update로 변경 가능 별거 아니지만 모르면 forloop 돌면서 수정하고 있을수 있으므로 기억해두자 이전 1 다음