def _connect(self): """ Connect signal to current model """ post_save.connect( notify_items, sender=self.__class__, dispatch_uid='knocker_{0}'.format(self.__class__.__name__) )