fullctl / ixctl

Apache License 2.0
2 stars 4 forks source link

Add case-insensitive sorting. #22

Closed egfrank closed 3 years ago

egfrank commented 3 years ago

Continuation of issue #14 . We add a custom OrderingFilter to do a case-insensitive sort for CharFields of the model.

Also fix a bug where the field order was derived after the api call was made.