summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 5e9d63652..e8cc60d43 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -467,8 +467,6 @@ class ContextRecord(BulkUpdatedItem, BaseHistorizedItem,
+ list(BaseFind.objects.filter(context_record=self).all())
def _cached_labels_bulk_update(self):
- if settings.TESTING and settings.USE_SPATIALITE_FOR_TESTS:
- return
self.base_finds.model.cached_label_bulk_update(
context_record_id=self.pk)
return True