class documentation

class ModelSignal(Signal):

View In Hierarchy

Signal subclass that allows the sender to be lazily specified as a string of the app_label.ModelName form.
Method ​_lazy​_method Undocumented
Method connect Undocumented
Method disconnect Undocumented
def _lazy_method(self, method, apps, receiver, sender, **kwargs):

Undocumented

def connect(self, receiver, sender=None, weak=True, dispatch_uid=None, apps=None):

Undocumented

def disconnect(self, receiver=None, sender=None, dispatch_uid=None, apps=None):

Undocumented