Skip to content

Releases: rsinger86/drf-flex-fields

1.0.2

11 Mar 13:31

Choose a tag to compare

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

1.0.1

03 Mar 07:06

Choose a tag to compare

0.9.9

03 Jul 17:29

Choose a tag to compare

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

0.9.8

05 Apr 04:08

Choose a tag to compare

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

0.9.7

07 Jan 22:00

Choose a tag to compare

0.9.6

14 Nov 23:23

Choose a tag to compare

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

0.9.5

06 Oct 04:02

Choose a tag to compare

0.9.3

15 Aug 19:49

Choose a tag to compare

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

0.9.2

06 Aug 14:40

Choose a tag to compare

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

0.9.1

19 Jun 15:53

Choose a tag to compare

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