Commit 825b74de authored by Michal Čihař's avatar Michal Čihař

Record all changes done

parent 2119b0c7
......@@ -549,6 +549,7 @@ class Unit(models.Model):
self.flags = ''
self.save(backend = True)
self.translation.update_stats()
Change.objects.create(unit = self, user = request.user)
# Propagate to other projects
if propagate:
allunits = Unit.objects.same(self).exclude(id = self.id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment