A

Admin • 828.03K Points
Coach

Q. Which method is called after a model instance is created?

  • (A) init()
  • (B) created()
  • (C) post_init()
  • (D) post_save()
  • Correct Answer - Option(D)
  • Views: 9
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`post_save` signal is fired after saving a model instance.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.