rsinger86 / drf-flex-fields

Dynamically set fields and expand nested resources in Django REST Framework serializers.
MIT License
736 stars 61 forks source link

Fix #104, FlexFieldsFilterBackend now handles GenericForeignKey correctly #105

Closed KrYpTeD974 closed 2 years ago

KrYpTeD974 commented 2 years ago

Fix #104, FlexFieldsFilterBackend now handles GenericForeignKey correctly by routing it into the prefetch_related fields.

rsinger86 commented 2 years ago

thanks!