rest_framework_filterdsl icon indicating copy to clipboard operation
rest_framework_filterdsl copied to clipboard

A filtering and sorting DSL for the Django REST framework

Results 1 rest_framework_filterdsl issues
Sort by recently updated
recently updated
newest added

It seems like the `.name` property contains the lowercased version of the field name, and Django query filters require the version of the field with the correct casing (which is...