πŸ“Š Django
Q. Which method is called after a model instance is created?
  • (A) init()
  • (B) created()
  • (C) post_init()
  • (D) post_save()
πŸ’¬ Discuss
βœ… Correct Answer: (D) post_save()

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
58
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate