X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b74fa4eb15c62d11fe0fa2b1015571c90681dd86..refs/heads/master:/src/social/api/views.py diff --git a/src/social/api/views.py b/src/social/api/views.py index 1be521044..a29930423 100644 --- a/src/social/api/views.py +++ b/src/social/api/views.py @@ -1,6 +1,5 @@ -# -*- coding: utf-8 -*- -# 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 @@ -37,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']