diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-27 21:44:04 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-27 21:44:04 +0300 |
commit | 7f9f598f115146371bcc4ead29a1388bbd035457 (patch) | |
tree | 18430c82a39126f3be2f19966f02ccc04963b5bd /core/views | |
parent | 421b47c137acfa1a54730ef48557525aadea0992 (diff) | |
download | troggle-7f9f598f115146371bcc4ead29a1388bbd035457.tar.gz troggle-7f9f598f115146371bcc4ead29a1388bbd035457.tar.bz2 troggle-7f9f598f115146371bcc4ead29a1388bbd035457.zip |
comment updates
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/caves.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/views/caves.py b/core/views/caves.py index 8adf0d6..15f0fda 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -32,8 +32,6 @@ Manages the use of cavern to parse survex files to produce 3d and pos files """ todo = """ -- Fix rendercave() so that CaveView works - - in getCaves() search GCavelookup first, which should raise a MultpleObjectsReturned exception if no duplicates |