From e6c32c771a1708c8489e2ef4b4c76f493c1473a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Alonso=20=C3=81lvarez?= <6095790+dalonsoa@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:29:37 +0000 Subject: [PATCH] Update measurement/models.py Co-authored-by: Tom Bland --- measurement/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/measurement/models.py b/measurement/models.py index 5b42da62..46a4a309 100755 --- a/measurement/models.py +++ b/measurement/models.py @@ -101,7 +101,7 @@ class Measurement(MeasurementBase): direction, for vector quantities. All of these hava a `raw` version where a backup of the original data is kept, should this change at any point. - Flgas to monitor its validation status, if the data is active (and therefore can be + Flags to monitor its validation status, if the data is active (and therefore can be used for reporting) and if it has actually been used for that is also included. """