summaryrefslogtreecommitdiff
path: root/ishtar_common/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/utils.py')
-rw-r--r--ishtar_common/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/utils.py b/ishtar_common/utils.py
index 02eeff93c..53727b6d3 100644
--- a/ishtar_common/utils.py
+++ b/ishtar_common/utils.py
@@ -774,6 +774,7 @@ def _post_save_geodata(sender, **kwargs):
modified = True
# managed cached coordinates
+ # TODO
cached_x, cached_y, cached_z = None, None, None
coords = instance.display_coordinates(rounded=False, dim=3)
@@ -845,6 +846,9 @@ def _post_save_geo(sender, **kwargs):
if not instance:
return
+ return
+ # TODO to delete
+
kls_name = instance.__class__.__name__
if not profile.locate_warehouses and (