yet another hotfix

This commit is contained in:
Laura Klünder 2019-12-27 23:45:26 +01:00
parent f2c9926f2b
commit bf01a7b7ca

View file

@ -509,6 +509,9 @@ class DynamicLocation(CustomLocationProxyMixin, SpecificLocation, models.Model):
result['dynamic'] = True
return result
def register_change(self, force=False):
pass
def serialize_position(self):
custom_location = self.get_custom_location()
if custom_location is None: