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