πŸ“Š Django
Q. Which of the following signals is sent after saving a model?
  • (A) post_save
  • (B) pre_create
  • (C) after_save
  • (D) model_saved
πŸ’¬ Discuss
βœ… Correct Answer: (A) post_save

Explanation: `post_save` is triggered after a model’s save() method is called.

Explanation by: Mr. Dubey
`post_save` is triggered after a model’s save() method is called.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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