From 9333516ac30238a70a458539268669d460bb0f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Feb 2012 15:26:23 +0100 Subject: [PATCH] This is coming from backend as well --- trans/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans/models.py b/trans/models.py index f76fa87c3..f819123b9 100644 --- a/trans/models.py +++ b/trans/models.py @@ -319,7 +319,7 @@ class Unit(models.Model): self.fuzzy = fuzzy self.translated = translated self.comment = comment - self.save(force_insert = force) + self.save(force_insert = force, backend = True) def is_plural(self): return is_plural(self.source)