rsinger86/drf-flex-fields
Dynamically set fields and expand nested resources in Django REST Framework serializers.
PythonMIT
Issues
- 0
Enhancement: magic field expansion
#141 opened by danihodovic - 2
- 1
Enhancement Request: Support default expansion and omission of fields per drf view or action
#140 opened by celiojunior-neoventures - 3
OpenAPI support for query parameters
#98 opened by Rjevski - 6
Passing context to serializer with `request` param causes `AttributeError` on `query_params`
#128 opened by gitaarik - 1
- 0
- 1
Support for a list of expansions with multiple expand parameters instead of separated by a comma.
#137 opened by SorianoMarmol - 3
support Django 4.2 and drf 3.14???
#130 opened by whitewhite944 - 2
Potential Denial of Service
#126 opened by rdylanwalker - 0
Applying distinct to `fields`
#131 opened by radusuciu - 2
- 0
- 1
- 0
_get_expandable_fields() returns a list but is used by get_schema_fields() to concatenate str
#116 opened by erielias - 0
is_expanded does not take into account the wildcard "*" (default) or setting "WILDCARD_VALUES"
#111 opened by SorianoMarmol - 0
Release 1.0.0 available on PyPI but not listed in GIthub Releases, and not tagged
#110 opened by allanlewis - 1
Expand Argument Not Respected When Empty
#108 opened by davidgolden - 1
0.9.9 not available on Pypi?
#106 opened by rptmat57 - 2
- 3
Support for expandable `SerializerMethodFields`
#54 opened by J-Priebe - 1
Better notation for deferred fields?
#97 opened by Rjevski - 6
`~all` or `*` should work in `fields` too
#77 opened by allburov - 1
Allow omit query_param and omit keyword
#52 opened by robertcarr - 3
Expandable Fields through SOA architecture
#65 opened by Mendes11 - 1
- 0
- 1
FilterBackend: Include not-expanded M2M fields in prefetch-related clause
#66 opened by pablolmedorado - 1
- 2
Django 3.2 support
#82 opened by giovannicimolin - 6
OpenAPI support for flex fields
#73 opened by eshaan7 - 2
Missing tag for 0.9.4
#85 opened by cdrx - 2
Bug in serializer when passing params
#78 opened by Kandeel4411 - 1
- 1
- 4
Attribute Error when using rest_flex_fields.filter_backends.FlexFieldsFilterBackend
#59 opened by hodossy - 3
- 3
- 1
Doesn't work out of the gate
#63 opened by lesreaper - 1
fields=__all__ to get all fields
#60 opened by spavlovich001 - 1
Expand feature in multi database
#47 opened by rjsnh1522 - 0
AppRegistryNotReady caused by __init__.py
#56 opened by jayvdb - 0
- 0
- 2
Automatic Query Optimization
#32 opened by reyzavk - 4
URL querystring not parsed correctly in 0.7.0
#42 opened by soulshake - 0
- 0
- 5
Expand not working as expected
#29 opened by keithjeb - 3
How to pass context to child serializer?
#31 opened by Crocmagnon