Commit 0fee36f3 authored by Michal Čihař's avatar Michal Čihař

Missing comment

parent a2d5e715
......@@ -723,6 +723,7 @@ class Unit(models.Model):
# Pop parameter indicating that we don't have to process content
same_content = kwargs.pop('same_content', False)
same_state = kwargs.pop('same_state', False)
# Keep the force_insert for parent save
force_insert = kwargs.get('force_insert', False)
# Actually save the unit
......
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