Skip to content

Commit

Permalink
Avoid paginating basic schemes list #16
Browse files Browse the repository at this point in the history
  • Loading branch information
johnatawnclementawn committed Nov 20, 2024
1 parent 8138ad0 commit 1e9c49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arches_lingo/views/api/pythonic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
class SchemeListCreateView(ArchesModelAPIMixin, ListCreateAPIView):
permission_classes = [RDMAdministrator]
serializer_class = SchemeSerializer
pagination_class = None


class SchemeDetailView(ArchesModelAPIMixin, RetrieveUpdateDestroyAPIView):
Expand Down

0 comments on commit 1e9c49c

Please sign in to comment.