Home / Report Question

Q. Which method is called when a Django model instance is saved?
  • A. update()
  • B. insert()
  • C. save()
  • D. write()