OrderingFilter
should call get_serializer_class()
to determine default fields.
#3957
Closed
5 of 6 tasks
Labels
Checklist
master
branch of Django REST framework.GenericAPIView says
But in the method get_valid_fields of the OrderingFilter class, it gets the serializer_class like so
I believe it should be
Benjamin
The text was updated successfully, but these errors were encountered: