no annotations
This commit is contained in:
parent
ba8b1f2328
commit
d18e7e96fc
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ class Text(models.Model):
|
||||||
return annotations
|
return annotations
|
||||||
|
|
||||||
def save(self, *args, **kwargs):
|
def save(self, *args, **kwargs):
|
||||||
annotations = self.get_annotations()
|
#annotations = self.get_annotations()
|
||||||
self.annotations = annotations
|
#self.annotations = annotations
|
||||||
super().save(*args, **kwargs)
|
super().save(*args, **kwargs)
|
||||||
|
|
||||||
def json(self):
|
def json(self):
|
||||||
|
|
Loading…
Reference in a new issue