From d18e7e96fccf226b254723e8b1785ce32d12de32 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 24 Nov 2021 12:07:53 +0100 Subject: [PATCH] no annotations --- app/text/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/text/models.py b/app/text/models.py index f3c0189..69ac772 100644 --- a/app/text/models.py +++ b/app/text/models.py @@ -159,8 +159,8 @@ class Text(models.Model): return annotations def save(self, *args, **kwargs): - annotations = self.get_annotations() - self.annotations = annotations + #annotations = self.get_annotations() + #self.annotations = annotations super().save(*args, **kwargs) def json(self):