X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..52f5582c513e41f069f60b5e45b457dc17413166:/src/social/api/views.py diff --git a/src/social/api/views.py b/src/social/api/views.py index ff6a08f32..a29930423 100644 --- a/src/social/api/views.py +++ b/src/social/api/views.py @@ -1,5 +1,5 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. # from django.http import Http404 from rest_framework.generics import ListAPIView, get_object_or_404 @@ -36,6 +36,7 @@ class LikeView(APIView): class ShelfView(ListAPIView): permission_classes = [IsAuthenticated] serializer_class = BookSerializer + pagination_class = None def get_queryset(self): state = self.kwargs['state']