diff options
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r-- | archaeological_context_records/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index 136b2e24f..1a4f7fa08 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -536,6 +536,7 @@ class ContextRecordTest(ContextRecordInit, TestCase): cr = models.ContextRecord.objects.get(pk=cr.pk) cr.test_obj = test_obj cr.label = "New label!" + cr._no_down_model_update = False cr.save() # verify the relevance of the update |