1.

What is the use of the post_delete signal in Django?

Answer»

What is the USE of the post_delete SIGNAL in Django?
CHOOSE the correct option from below list
(1)Sent before a MODEL s save() method is CALLED
(2)Sent after a model s save() method is called
(3)Sent before a model s delete() method is called
(4)Sent after a model s delete() method is called

Answer:-(4)Sent after a model s delete() method is called



Discussion

No Comment Found