diff options
Diffstat (limited to 'core/models')
-rw-r--r-- | core/models/survex.py | 4 |
1 files changed, 3 insertions, 1 deletions
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) |