Django - Signals
How can you disconnect a signal handler that was connected using the
@receiver decorator?@receiver decorator?disconnect method to remove handlers.post_save.disconnect(handler, sender=Model) passing the original handler function and sender model to disconnect.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions