Commit 7c466402 authored by Michal Čihař's avatar Michal Čihař

Track translation reference on changes

parent 3b69b7a2
......@@ -2526,6 +2526,7 @@ class Change(models.Model):
)
unit = models.ForeignKey(Unit)
translation = models.ForeignKey(Translation, null = True)
user = models.ForeignKey(User)
timestamp = models.DateTimeField(auto_now_add = True, db_index = True)
action = models.IntegerField(
......
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