@@ -1155,6 +1155,11 @@ The [html-json-forms][html-json-forms] package provides an algorithm and seriali
...
@@ -1155,6 +1155,11 @@ The [html-json-forms][html-json-forms] package provides an algorithm and seriali
[DRF-Base64][drf-base64] provides a set of field and model serializers that handles the upload of base64-encoded files.
[DRF-Base64][drf-base64] provides a set of field and model serializers that handles the upload of base64-encoded files.
## QueryFields
[djangorestframework-queryfields][djangorestframework-queryfields] allows API clients to specify which fields will be sent in the response via inclusion or exclusion query paramaters.
Enables black/whitelisting fields, and conditionally expanding child serializers on a per-view/request basis.
Enables black/whitelisting fields, and conditionally expanding child serializers on a per-view/request basis.
*[djangorestframework-queryfields][djangorestframework-queryfields] - Serializer mixin allowing clients to control which fields will be sent in the API response.
### Serializer fields
### Serializer fields
...
@@ -370,3 +371,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
...
@@ -370,3 +371,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque