Skip to content

Commit

Permalink
remove ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ozer550 committed Jan 8, 2025
1 parent f769029 commit b402011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kolibri/core/content/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,6 @@ class OptionalPagination(ValuesViewsetCursorPagination):

class OptionalContentNodePagination(OptionalPagination):
use_deprecated_channels_labels = False
ordering = ("lft", "id")

def paginate_queryset(self, queryset, request, view=None):
# Record the queryset for use in returning available filters
Expand Down

0 comments on commit b402011

Please sign in to comment.