Django - Signals
Which of the following is the correct syntax to connect a
post_delete signal to a model named Article?post_delete signal to a model named Article?signal.connect(receiver_function, sender=ModelClass).post_delete.connect(my_handler, sender=Article).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions