Commit 528eed92 authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'origin/master'

parents cd79e2de be29ac97
......@@ -210,4 +210,4 @@ class UnitManager(models.Manager):
return self.filter(
translation__subproject__project = unit.translation.subproject.project,
translation__language = unit.translation.language,
checksum__in = ret).exclude(checksum = unit.checksum, target = '')
checksum__in = ret).exclude(checksum = unit.checksum).exclude(target = '')
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