From 71c8be4bda321818060fa6046932fc8007ade969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 4 Mar 2012 10:21:07 +0100 Subject: [PATCH] Need to reread file on upload --- trans/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trans/models.py b/trans/models.py index 1427d6aae..0028b9f19 100644 --- a/trans/models.py +++ b/trans/models.py @@ -379,8 +379,7 @@ class Translation(models.Model): store1.save() author = '%s <%s>' % (request.user.get_full_name(), request.user.email) self.git_commit(author) - - + self.check_sync() class Unit(models.Model): translation = models.ForeignKey(Translation)