-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi great package I like the minimalist CBV and Django-integrated pagination approach.
Unfortunately, the sorting is ignored when overriding get_queryset class method on SortableListViews. As in, it only works for CBV with queryset = ... field attributes.
AFAIK get_queryset is still the recommended approach for modifying a ListView qs based on request context variables. In my case, trying to sort paginated tables of model objects filtered by a user who's username is specified in the url.
Metadata
Metadata
Assignees
Labels
No labels