implement groups_by_category and groups for old serializing correctly
This commit is contained in:
parent
16bf017740
commit
f3d9c4e6ca
2 changed files with 3 additions and 1 deletions
|
@ -577,6 +577,7 @@ class SlimLocationMixin(BaseSchema):
|
|||
can_search: ClassVar[None]
|
||||
can_describe: ClassVar[None]
|
||||
groups: ClassVar[None]
|
||||
groups_by_category: ClassVar[None]
|
||||
|
||||
|
||||
class SlimLevelLocationSchema(SlimLocationMixin, FullLevelLocationSchema):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue