mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:19:24 +02:00
Merge branch '548-library-visibility-admin' into 'develop'
Resolve "Admin tools to manage users libraries" Closes #548 See merge request funkwhale/funkwhale!841
This commit is contained in:
commit
eed411de7c
5 changed files with 55 additions and 2 deletions
|
@ -204,6 +204,7 @@ follows_subquery = (
|
|||
class ManageLibraryViewSet(
|
||||
mixins.ListModelMixin,
|
||||
mixins.RetrieveModelMixin,
|
||||
mixins.UpdateModelMixin,
|
||||
mixins.DestroyModelMixin,
|
||||
viewsets.GenericViewSet,
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue