From 47ae57c37abfed75f93594255b6c617afa011bf5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 29 Nov 2025 16:45:39 +0100 Subject: 🐛 fix deletion of items with associated datations - better performance for deletion - delete directly associéted geovectordata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index aa9224be7..86be555ca 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -187,6 +187,8 @@ from ishtar_common.models_common import ( State, StatisticItem, Town, + main_item_pre_delete, + geo_item_pre_delete ) __all__ = [ @@ -247,6 +249,8 @@ __all__ = [ "GeoOriginType", "GeoProviderType", "GeoBufferType", + "geo_item_pre_delete", + "main_item_pre_delete" ] logger = logging.getLogger(__name__) -- cgit v1.2.3