Drf Flex Fields Versions Save

Dynamically set fields and expand nested resources in Django REST Framework serializers.

1.0.2

1 year ago
  • Adds control over whether recursive expansions are allowed and allows setting the max expansion depth. Thanks @andruten!

1.0.1

1 year ago
  • Various bug fixes. Thanks @michaelschem, @andruten, and @erielias!

0.9.9

1 year ago
  • Fixes bug in FlexFieldsFilterBackend. Thanks @michaelschem!
  • Adds FlexFieldsDocsFilterBackend for schema population. Thanks @Rjevski!

0.9.8

2 years ago
  • Set expandable fields as the default example for expand query parameters in coreapi.Field. Thanks @JasperSui!

0.9.7

2 years ago
  • Includes m2m in prefetch_related clause even if they're not expanded. Thanks @pablolmedorado and @ADR-007!

0.9.6

2 years ago
  • Makes it possible to use wildcard values with sparse fields requests.

0.9.5

2 years ago
  • Adds OpenAPI support. Thanks @soroush-tabesh!
  • Updates tests for Django 3.2 and fixes deprecation warning. Thanks @giovannicimolin!

0.9.3

2 years ago

Fixes bug where custom parameter names were not passed when constructing nested serializers. Thanks @Kandeel4411!

0.9.2

2 years ago
  • Ensures context dict is passed down to expanded serializers. Thanks @nikeshyad!

0.9.1

2 years ago
  • No longer auto removes source argument if it's equal to the field name.