From ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 Jun 2025 20:45:27 +0200 Subject: ✅ fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_context_records/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index da6bcfc30..dc810bcab 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -534,6 +534,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 -- cgit v1.2.3