rsinger86 / drf-flex-fields

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

OpenAPI support for flex fields #83

Closed soroush-tabesh closed 3 years ago

soroush-tabesh commented 3 years ago

As discussed here #73, I have proposed some backward-compatible edits to the source code which passes the tests. I'd be happy to hear any suggestions. Fixes #73

rsinger86 commented 3 years ago

Wow - this is great. Thank you.