diff --git a/src/backend/core/api/viewsets.py b/src/backend/core/api/viewsets.py index cbaf51c5c..a04de780e 100644 --- a/src/backend/core/api/viewsets.py +++ b/src/backend/core/api/viewsets.py @@ -173,7 +173,6 @@ class SerializerPerActionMixin: class Pagination(drf.pagination.PageNumberPagination): """Pagination to display no more than 100 objects per page sorted by creation date.""" - ordering = "-created_on" max_page_size = 200 page_size_query_param = "page_size"