You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PageNumberPagination.paginate_queryset() return type (#165)
* PageNumberPagination.paginate_queryset() should return a List of the underlying QuerySet's model, not Page.
* Add typecheck test for PageNumberPagination.paginate_queryset().
* Add typecheck test exclusion for new test in DRF.
Note that this has nothing to do with the change to the
paginate_queryset() type signature.
0 commit comments