def post_delete(self, *args, **kwargs):
     UpdatedAtKeyBit.update(self)
 def post_save(self, *args, **kwargs):
     for e in Edge.objects.filter(Q(source=self) | Q(destination=self)):
         e.save()
     UpdatedAtKeyBit.update(self)