django edit model without loading from db

Solutions on MaxInterview for django edit model without loading from db by the best coders in the world

showing results for - "django edit model without loading from db"
Clara
23 Oct 2019
1Model.objects.filter(id = 223).update(field1 = 2)
2
similar questions
queries leading to this page
django edit model without loading from db