turn a comment into a todo
This commit is contained in:
parent
168a6a5af6
commit
703d39ebd6
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ class BeaconMeasurement(SpaceGeometryMixin, models.Model):
|
|||
author = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.SET_NULL, null=True, blank=True,
|
||||
verbose_name=_('author'))
|
||||
comment = models.TextField(null=True, blank=True, verbose_name=_('comment'))
|
||||
data = models.JSONField(_('Measurement list'), default=dict) # would be nice if this used pydantic
|
||||
data = models.JSONField(_('Measurement list'), default=dict) # todo: would be nice if this used pydantic
|
||||
|
||||
class Meta:
|
||||
verbose_name = _('Beacon Measurement')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue