From c799c6902e389d2c91f602380b5639878af73356 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Nov 2024 11:45:11 +0100 Subject: 🗃️ database: add associated basket to treatments - is exhibition for treatments types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_warehouse/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_warehouse/models.py') diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index d0168f295..e985d6667 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -2163,3 +2163,5 @@ class ContainerLocalisation(models.Model): super(ContainerLocalisation, self).save(*args, **kwargs) self.container.skip_history_when_saving = True cached_label_changed(Container, instance=self.container, force_update=True) + + -- cgit v1.2.3