class documentation

class ModelSignal(Signal): (source)

View In Hierarchy

Signal subclass that allows the sender to be lazily specified as a string of the `app_label.ModelName` form.

Method connect Undocumented
Method disconnect Undocumented
Method _lazy_method Undocumented
def connect(self, receiver, sender=None, weak=True, dispatch_uid=None, apps=None): (source)

Undocumented

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

Undocumented

def _lazy_method(self, method, apps, receiver, sender, **kwargs): (source)

Undocumented