Q. Which of the following signals is sent after saving a model?
β
Correct Answer: (A)
post_save
Explanation: `post_save` is triggered after a model’s save() method is called.