Releases: rsinger86/drf-flex-fields
Releases · rsinger86/drf-flex-fields
1.0.2
1.0.1
0.9.9
0.9.8
- Set expandable fields as the default example for expand query parameters in
coreapi.Field
. Thanks @JasperSui!
0.9.7
0.9.6
0.9.5
- Adds OpenAPI support. Thanks @soroush-tabesh!
- Updates tests for Django 3.2 and fixes deprecation warning. Thanks @giovannicimolin!
0.9.3
Fixes bug where custom parameter names were not passed when constructing nested serializers. Thanks @Kandeel4411!
0.9.2
- Ensures context dict is passed down to expanded serializers. Thanks @nikeshyad!