From 57ce249c3e853e0f8292a18ceeae2509a9feadc3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 16 Apr 2024 18:18:13 +0200 Subject: ✨ ishtar_maintenance: fix_geographic_items task - 🐛 Geodata: fix default attachment for find, context records, warehouse, container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_operations/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_operations/models.py') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 6e6bfa53c..8fbba74be 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -271,6 +271,8 @@ class GeographicTownItem(GeoItem): pass if changed and save: + self.no_post_process() + self.save() post_save_geo(self.__class__, instance=self, created=False, update_fields=False, raw=False, using="default") return changed -- cgit v1.2.3