various improvements

This commit is contained in:
vabene1111
2025-09-11 18:58:44 +02:00
parent 04bab7072c
commit ad4b1393dd
42 changed files with 491 additions and 54 deletions

View File

@@ -545,7 +545,7 @@ class SpaceViewSet(LoggingMixin, viewsets.ModelViewSet):
serializer_class = SpaceSerializer
permission_classes = [IsReadOnlyDRF & CustomIsGuest | CustomIsOwner & CustomIsAdmin & CustomTokenHasReadWriteScope]
pagination_class = DefaultPagination
http_method_names = ['get', 'patch']
http_method_names = ['get', 'post', 'patch']
def get_queryset(self):
return self.queryset.filter(