From 87d9804864e157b451c92e6fb71165aa4925cd47 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 26 Oct 2023 18:28:59 +0300 Subject: findng variant data on survexblocks and setting wallet *ref --- core/models/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models/survex.py') diff --git a/core/models/survex.py b/core/models/survex.py index 6e2a06f..da35336 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -161,7 +161,7 @@ class SurvexBlock(models.Model): date = models.DateField(blank=True, null=True) expedition = models.ForeignKey("Expedition", blank=True, null=True, on_delete=models.SET_NULL) - # if the survexfile object is deleted, then all the suvex-blocks in it should be too, + # if the survexfile object is deleted, then all the survex-blocks in it should be too, # though a block can span more than one file... survexfile = models.ForeignKey("SurvexFile", blank=True, null=True, on_delete=models.CASCADE) # survexpath = models.CharField(max_length=200, blank=True, null=True) No need for this anymore -- cgit v1.2.3