-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling sort_attribute #138
base: master
Are you sure you want to change the base?
Conversation
Hadn't noticed the conflicts, updated now with the conflicts fixed. |
…C sorting (biosustain#152)" This reverts commit 66f11dc.
…tion into default-sort
Merged the reversion from the other branch. Don't know if this will ever be merged but, for what it's worth, I think the This way loosens coupling, IMO, and the |
In a project I did recently, I needed to change the default sort, I saw that this attribute existed in the
Meta
class forModelResource
, but wasn't being used.This PR is an attempt of enabling it for usage.