def _disconnect(self):
"""
Disconnect signal from current model
"""
post_save.disconnect(
notify_items, sender=self.__class__,
dispatch_uid='knocker_{0}'.format(self.__class__.__name__)
)