summaryrefslogtreecommitdiffstats
path: root/core/models
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-15 22:55:45 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-15 22:55:45 +0300
commit0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd (patch)
tree812be5b486c393b1e61502f5f9a0f4a88edf1d67 /core/models
parentf12d0bd580564d0c9577470d55421a456d814959 (diff)
downloadtroggle-0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd.tar.gz
troggle-0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd.tar.bz2
troggle-0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd.zip
comments added
Diffstat (limited to 'core/models')
-rw-r--r--core/models/survex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/survex.py b/core/models/survex.py
index 85e9717..af948b8 100644
--- a/core/models/survex.py
+++ b/core/models/survex.py
@@ -120,7 +120,7 @@ class SurvexBlock(models.Model):
survexfile = models.ForeignKey("SurvexFile", blank=True, null=True,on_delete=models.SET_NULL)
survexpath = models.CharField(max_length=200) # the path for the survex stations
- scanswallet = models.ForeignKey("Wallet", null=True,on_delete=models.SET_NULL)
+ scanswallet = models.ForeignKey("Wallet", null=True,on_delete=models.SET_NULL) # only ONE wallet per block. Th emost recent seen overwites.. ugh.
legsall = models.IntegerField(null=True) # summary data for this block
legslength = models.FloatField(null=True)