summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index 8308deed3..1d5e95647 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -776,6 +776,8 @@ class Wizard(IshtarWizard):
c_item = m.related.model(**other_objs[dependant_item])
setattr(obj, dependant_item, c_item)
obj.save()
+ # test framework do not reinit well this settings
+ obj._no_down_model_update = False
obj.save()
else:
adds = {}