A

Admin • 828.03K Points
Coach

Q. Which method is called when a form is submitted via POST in a Django view?

  • (A) form.save()
  • (B) form.display()
  • (C) form.get()
  • (D) form.call()
  • Correct Answer - Option(A)
  • Views: 12
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`form.save()` is used to save valid form data to the database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.