Skip to content

Commit b402011

Browse files
committed
remove ordering
1 parent f769029 commit b402011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kolibri/core/content/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ class OptionalPagination(ValuesViewsetCursorPagination):
827827

828828
class OptionalContentNodePagination(OptionalPagination):
829829
use_deprecated_channels_labels = False
830-
ordering = ("lft", "id")
831830

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

0 commit comments

Comments
 (0)