yet another hotfix
This commit is contained in:
parent
f2c9926f2b
commit
bf01a7b7ca
1 changed files with 3 additions and 0 deletions
|
@ -509,6 +509,9 @@ class DynamicLocation(CustomLocationProxyMixin, SpecificLocation, models.Model):
|
||||||
result['dynamic'] = True
|
result['dynamic'] = True
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
def register_change(self, force=False):
|
||||||
|
pass
|
||||||
|
|
||||||
def serialize_position(self):
|
def serialize_position(self):
|
||||||
custom_location = self.get_custom_location()
|
custom_location = self.get_custom_location()
|
||||||
if custom_location is None:
|
if custom_location is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue