don't treat wifi measurements as a changed geometry
This commit is contained in:
parent
b075263a0c
commit
a847cebe4a
1 changed files with 8 additions and 0 deletions
|
@ -358,3 +358,11 @@ class WifiMeasurement(SpaceGeometryMixin, models.Model):
|
|||
verbose_name = _('Wi-Fi Measurement')
|
||||
verbose_name_plural = _('Wi-Fi Measurements')
|
||||
default_related_name = 'wifi_measurements'
|
||||
|
||||
@property
|
||||
def all_geometry_changed(self):
|
||||
return False
|
||||
|
||||
@property
|
||||
def geometry_changed(self):
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue