save layer in changelog
This commit is contained in:
parent
ede2fbc99a
commit
94352559a3
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class Annotation(models.Model):
|
||||||
|
|
||||||
def log(self):
|
def log(self):
|
||||||
c = Changelog(type='annotation')
|
c = Changelog(type='annotation')
|
||||||
c.value = self.json()
|
c.value = self.json(layer=True)
|
||||||
c.save()
|
c.save()
|
||||||
|
|
||||||
def __unicode__(self):
|
def __unicode__(self):
|
||||||
|
|
Loading…
Reference in a new issue