new serializer for locationgroup
This commit is contained in:
parent
db938414fb
commit
cc2020e7c3
10 changed files with 58 additions and 57 deletions
|
@ -93,7 +93,7 @@ class SpaceGeometryMixin(GeometryMixin):
|
|||
_('Space'),
|
||||
{
|
||||
'id': self.space_id,
|
||||
'slug': self.space.get_slug(),
|
||||
'slug': self.space.effective_slug,
|
||||
'title': self.space.title,
|
||||
'can_search': self.space.can_search,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue