in nucleus/base/models.py [0:0]
def save(self, *args, **kwargs): if kwargs.pop("modified", True): self.modified = now() super().save(*args, **kwargs)