Pick a better ordering field for CourseEnrollmentPagination in grades API.
This commit is contained in:
committed by
Alex Dusenbery
parent
7fb51dfa16
commit
44101d656d
@@ -111,8 +111,8 @@ class CourseEnrollmentPagination(CursorPagination):
|
||||
"""
|
||||
Paginates over CourseEnrollment objects.
|
||||
"""
|
||||
page_size = 25
|
||||
ordering = 'created'
|
||||
page_size = 50
|
||||
ordering = 'id'
|
||||
|
||||
|
||||
class PaginatedAPIView(APIView):
|
||||
|
||||
Reference in New Issue
Block a user