From bd647b99ec7bd4ae9d3b8b7a6f5b0c274f90bb2e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 26 Apr 2021 18:37:59 +0100 Subject: rename tunnelname as dwgname --- 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 b4dadc9..207a47f 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -201,7 +201,7 @@ class SingleScan(models.Model): class DrawingFile(models.Model): dwgpath = models.CharField(max_length=200) - tunnelname = models.CharField(max_length=200) + dwgname = models.CharField(max_length=200) bfontcolours = models.BooleanField(default=False) # UNUSED now, can be deleted manyscansfolders = models.ManyToManyField("Wallet") # implicitly links via folders to scans to SVX files scans = models.ManyToManyField("SingleScan") # implicitly links via scans to SVX files -- cgit v1.2.3