Django - Signals
Which of the following is the correct way to connect a
pre_delete signal to a model named Book?pre_delete signal to a model named Book?signal.connect(handler, sender=Model).pre_delete and Bookpre_delete.connect(my_handler, sender=Book) to connect the handler to the Book model.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions