mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 10:47:12 +00:00
Renaming class - step 3 complete
This commit is contained in:
@@ -85,7 +85,7 @@ class Expedition(TroggleModel):
|
||||
|
||||
|
||||
class ExpeditionDay(TroggleModel):
|
||||
"""Exists only on Expedition now. Removed links from logbookentry, persontrip, survex stuff etc.
|
||||
"""Exists only on Expedition now. Removed links from logbookentry, personlogentry, survex stuff etc.
|
||||
"""
|
||||
expedition = models.ForeignKey("Expedition",on_delete=models.CASCADE)
|
||||
date = models.DateField()
|
||||
|
||||
Reference in New Issue
Block a user