From b29ff618718f4d28ae4e5ae338ef0cf7dfb764b9 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 30 Jan 2023 16:18:19 +0000 Subject: Renaming class step 2 --- core/models/survex.py | 1 - 1 file changed, 1 deletion(-) (limited to 'core/models/survex.py') diff --git a/core/models/survex.py b/core/models/survex.py index 24b679a..e23cd74 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -162,7 +162,6 @@ class SurvexPersonRole(models.Model): personname = models.CharField(max_length=100) person = models.ForeignKey('Person', blank=True, null=True,on_delete=models.SET_NULL) personexpedition = models.ForeignKey('PersonExpedition', blank=True, null=True,on_delete=models.SET_NULL) - # persontrip = models.ForeignKey('PersonTrip', blank=True, null=True,on_delete=models.SET_NULL) # logbook thing not a survex thing expeditionday = models.ForeignKey("ExpeditionDay", null=True,on_delete=models.SET_NULL) def __str__(self): -- cgit v1.2.3