diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-27 17:41:10 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-27 17:41:10 +0000 |
commit | 6565b3f9c4d93c72f2fd0e7d49b24adaf9f94b9c (patch) | |
tree | 29d83d676c3f66d13e0380e9d847df38c6a422c8 /core/views/logbooks.py | |
parent | 2fee216e80af29a8dfb921fcc404ce5a2dfc5355 (diff) | |
download | troggle-6565b3f9c4d93c72f2fd0e7d49b24adaf9f94b9c.tar.gz troggle-6565b3f9c4d93c72f2fd0e7d49b24adaf9f94b9c.tar.bz2 troggle-6565b3f9c4d93c72f2fd0e7d49b24adaf9f94b9c.zip |
refactored, faster deletion prior to loading
Diffstat (limited to 'core/views/logbooks.py')
-rw-r--r-- | core/views/logbooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/logbooks.py b/core/views/logbooks.py index 21cc849..415c7f8 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -18,7 +18,7 @@ from troggle.core.models.caves import LogbookEntry, PersonTrip from troggle.core.models.survex import SurvexBlock, Wallet from troggle.core.models.troggle import Expedition, Person, PersonExpedition from troggle.core.utils import TROG -from troggle.parsers.logbooks import LoadLogbookForExpedition +from troggle.parsers.logbooks import parse_logbook_for_expedition from troggle.parsers.people import GetPersonExpeditionNameLookup from .auth import login_required_if_public |