Commit 82918110 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents c19f4d23 28522738
Before submitting pull request, please ensure that:
- [ ] Every commit has message which describes it
- [ ] Every commit is needed on it's own, if you have just minor fixes to previous commits, you can squash them
- [ ] Any code changes come with testcase
- [ ] Any new functionality is covered by user documentation
......@@ -703,6 +703,7 @@ class Unit(models.Model, LoggerMixin):
action = Change.ACTION_NEW
# Should we store history of edits?
# pylint: disable=R0204
if self.translation.subproject.save_history:
history_target = self.target
else:
......
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