rest_framework_filterdsl
rest_framework_filterdsl copied to clipboard
Fix filter construction for field names with uppercase characters.
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 in .value).