save layer in changelog

This commit is contained in:
j 2013-05-09 16:50:03 +00:00
parent ede2fbc99a
commit 94352559a3

View file

@ -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):