diff --git a/pandora/annotation/models.py b/pandora/annotation/models.py index f331d6fb3..cbb9dad26 100644 --- a/pandora/annotation/models.py +++ b/pandora/annotation/models.py @@ -243,7 +243,7 @@ class Annotation(models.Model): def log(self): c = Changelog(type='annotation') - c.value = self.json() + c.value = self.json(layer=True) c.save() def __unicode__(self):