Renaming class - step 3 complete

This commit is contained in:
2023-01-30 16:27:01 +00:00
parent b29ff61871
commit ebe86d73d4
3 changed files with 6 additions and 6 deletions

View File

@@ -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()