Craig Fay
Results
1
comments of
Craig Fay
@Drarok @topbloc-beiswenger Any resolution here? I'm having the same experience. Looks like it's related to using a `DateTimeField` for ordering. Good: `paginator = CursorPaginator(qs, ordering=('-id',))` Error: `paginator = CursorPaginator(qs, ordering=('-created_at',...