rsinger86 / drf-flex-fields

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

add prefetch ignores #125

Open michaelschem opened 1 year ago

michaelschem commented 1 year ago

I've got a situation where I need to define the Prefetch in a Filter because the filter applies to a prefetched field. I think the best way to facilitate that kind of a situation is to allow for prefetch ignores that don't get created procedurally. Might be helpful to others.