Skip to content
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

Add sortable=True to all properties #274

Merged
merged 1 commit into from
May 18, 2020

Commits on May 18, 2020

  1. Add sortable=True to all properties

    Since for MongoDB all properties can be sorted, it is done like this.
    If one uses a different backend, one should overwrite the utility
    function and use a different method to determine the sortability of
    properties.
    
    Slightly updated the wording of the `sortable` model attribute to be
    more accurate: It is only a MUST if `sort` is supported AND the given
    property can be used for sorting.
    CasperWA committed May 18, 2020
    Configuration menu
    Copy the full SHA
    a82a5a5 View commit details
    Browse the repository at this point in the history