diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-11-21 16:41:52 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-11-21 16:41:52 +0000 |
commit | a795707552026b66072ff75abfa5ddc77a2cac97 (patch) | |
tree | 4dc622813d2f2e9d110676f994efd25c06e04e43 /core/models/caves.py | |
parent | bcb61f9cd93030aa30bcc021e6051a2fd1202410 (diff) | |
download | troggle-a795707552026b66072ff75abfa5ddc77a2cac97.tar.gz troggle-a795707552026b66072ff75abfa5ddc77a2cac97.tar.bz2 troggle-a795707552026b66072ff75abfa5ddc77a2cac97.zip |
cache tidy and move settings into parser
Diffstat (limited to 'core/models/caves.py')
-rw-r--r-- | core/models/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/caves.py b/core/models/caves.py index 972d766..a08b1f8 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -585,7 +585,7 @@ class QM(TroggleModel): class PersonTrip(TroggleModel): """Single Person going on a trip, which may or may not be written up. - It accounts for different T/U for people in same logbook entry. + It could account for different T/U for people in same logbook entry. """ personexpedition = models.ForeignKey("PersonExpedition",null=True,on_delete=models.CASCADE) time_underground = models.FloatField(help_text="In decimal hours") |