summaryrefslogtreecommitdiff
path: root/archaeological_operations/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r--archaeological_operations/models.py2
1 files changed, 2 insertions, 0 deletions
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