From ccfc44a4234e3fb6b590d79fa76f7e03b6d5dca0 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 6 Mar 2023 04:52:41 +0000 Subject: Saving new survex file parses contents. --- core/models/survex.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/models/survex.py') diff --git a/core/models/survex.py b/core/models/survex.py index c6d6af1..c1d8ca2 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -116,7 +116,9 @@ class SurvexBlockLookUpManager(models.Manager): class SurvexBlock(models.Model): - """One begin..end block within a survex file. The basic element of a survey trip.""" + """One begin..end block within a survex file. The basic element of a survey trip. + Multiple anonymous survex blocks are possible within the same surfex file + """ objects = SurvexBlockLookUpManager() name = models.CharField(max_length=100) -- cgit v1.2.3