mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 10:47:12 +00:00
Renaming class step 2
This commit is contained in:
@@ -93,11 +93,6 @@ class ExpeditionDay(TroggleModel):
|
||||
class Meta:
|
||||
ordering = ('date',)
|
||||
|
||||
# def GetPersonTrip(self, personexpedition):
|
||||
# """returns all logbook trips for this expeditonday
|
||||
# """
|
||||
# personexpeditions = self.persontrip_set.filter(expeditionday=self)
|
||||
# return personexpeditions and personexpeditions[0] or None
|
||||
|
||||
class Person(TroggleModel):
|
||||
"""single Person, can go on many years
|
||||
|
||||
Reference in New Issue
Block a user