summaryrefslogtreecommitdiffstats
path: root/core/models/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-06 17:19:20 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-06 17:19:20 +0300
commit0dc0e275193457d1875ca1690168112a61b4bca4 (patch)
tree774f1c92d20fedcdaf10e48c6843b536af64341b /core/models/caves.py
parent3c6cae20eda7dc060aa5bc3fe8da400699130025 (diff)
downloadtroggle-0dc0e275193457d1875ca1690168112a61b4bca4.tar.gz
troggle-0dc0e275193457d1875ca1690168112a61b4bca4.tar.bz2
troggle-0dc0e275193457d1875ca1690168112a61b4bca4.zip
moving primary survex file to each survexfile
Diffstat (limited to 'core/models/caves.py')
-rw-r--r--core/models/caves.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/models/caves.py b/core/models/caves.py
index e8cfeea..28b9d4c 100644
--- a/core/models/caves.py
+++ b/core/models/caves.py
@@ -515,9 +515,6 @@ def GetCaveLookup():
global Gcave_count
Gcave_count = defaultdict(int) # sets default value to int(0)
- DataIssue.objects.filter(parser="aliases").delete()
- DataIssue.objects.filter(parser="aliases ok").delete()
-
for cave in Cave.objects.all():
key = cave.official_name.lower()
if key != "" and key != "unamed" and key != "unnamed":