This is coming from backend as well

This commit is contained in:
Michal Čihař 2012-02-28 15:26:23 +01:00
parent da32675f35
commit 9333516ac3

View File

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