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 Dec 4, 2024
1 parent 383174c commit 0db42eb
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 @@ -15,6 +15,7 @@
class SchemeListCreateView(ArchesModelAPIMixin, ListCreateAPIView):
permission_classes = [RDMAdministrator]
serializer_class = SchemeSerializer
pagination_class = None


class SchemeDetailView(ArchesModelAPIMixin, RetrieveUpdateDestroyAPIView):
Expand Down

0 comments on commit 0db42eb

Please sign in to comment.