change dynamiclocation api endpoint name
This commit is contained in:
parent
707c81f159
commit
3ab176f91d
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ class DynamicLocation(CustomLocationProxyMixin, SpecificLocation, models.Model):
|
|||
class Meta:
|
||||
verbose_name = _('Dynamic location')
|
||||
verbose_name_plural = _('Dynamic locations')
|
||||
default_related_name = 'dynamic_locations'
|
||||
default_related_name = 'dynamiclocations'
|
||||
|
||||
def _serialize(self, **kwargs):
|
||||
"""custom_location = self.get_custom_location()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue