diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-03-28 20:30:00 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-03-28 20:30:00 +0100 |
commit | 9ffe3f690b7b691a2ba28c3b0feae728a5aba3e9 (patch) | |
tree | 785a68966a3c1ca9e37edd9a445a1faea718172d /core/models/logbooks.py | |
parent | e7d9e9402a2a21e0825adc9ad7f4c1327f4c1daf (diff) | |
download | troggle-9ffe3f690b7b691a2ba28c3b0feae728a5aba3e9.tar.gz troggle-9ffe3f690b7b691a2ba28c3b0feae728a5aba3e9.tar.bz2 troggle-9ffe3f690b7b691a2ba28c3b0feae728a5aba3e9.zip |
tidy up entranceSlug all now deleted
Diffstat (limited to 'core/models/logbooks.py')
-rw-r--r-- | core/models/logbooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/logbooks.py b/core/models/logbooks.py index 361fb96..9a13b59 100644 --- a/core/models/logbooks.py +++ b/core/models/logbooks.py @@ -11,7 +11,7 @@ from troggle.core.models.troggle import Expedition, TroggleModel """ todo = """ -- Can we rewrite things to eliminate the CaveSlug and EntranceSlug Classes and objects? Surely +- Can we rewrite things to eliminate the CaveSlug and objects? Surely foreign keys work fine ?! """ |