Store fuzzy count as well

This commit is contained in:
Michal Čihař 2012-02-27 10:56:15 +01:00
parent 6efb5905f7
commit 04ece7a855

View File

@ -19,5 +19,6 @@ class Translation(models.Model):
subproject = models.ForeignKey(SubProject)
language = models.ForeignKey(Language)
translated = models.FloatField()
fuzzy = models.FloatField()
revision = models.CharField(max_length = 40)
filename = models.CharField(max_length = 200)