diff --git a/trans/models.py b/trans/models.py index cd552a4d6..f18341890 100644 --- a/trans/models.py +++ b/trans/models.py @@ -353,6 +353,7 @@ class Unit(models.Model): (saved, pounit) = self.translation.update_unit(self, request) self.translated = pounit.istranslated() self.save(backend = True) + self.translation.update_stats() # Propagate to other projects if propagate: allunits = Unit.objects.filter(