fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
moves on api
[wolnelektury.git]
/
src
/
social
/
api
/
views.py
diff --git
a/src/social/api/views.py
b/src/social/api/views.py
index
c5506ce
..
a299304
100644
(file)
--- a/
src/social/api/views.py
+++ b/
src/social/api/views.py
@@
-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']