Skip to content

Commit 0cc09f0

Browse files
gregschmitrpkilby
authored andcommitted
Add drf-action-sreializer to third party packages (#6845)
1 parent bcf196d commit 0cc09f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/community/third-party-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
210210
Enables black/whitelisting fields, and conditionally expanding child serializers on a per-view/request basis.
211211
* [djangorestframework-queryfields][djangorestframework-queryfields] - Serializer mixin allowing clients to control which fields will be sent in the API response.
212212
* [drf-flex-fields][drf-flex-fields] - Serializer providing dynamic field expansion and sparse field sets via URL parameters.
213+
* [drf-action-serializer][drf-action-serializer] - Serializer providing per-action fields config for use with ViewSets to prevent having to write multiple serializers.
213214

214215
### Serializer fields
215216

@@ -346,5 +347,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
346347
[django-rest-witchcraft]: https://github.com/shosca/django-rest-witchcraft
347348
[drf-access-policy]: https://github.com/rsinger86/drf-access-policy
348349
[drf-flex-fields]: https://github.com/rsinger86/drf-flex-fields
350+
[drf-action-serializer]: https://github.com/gregschmit/drf-action-serializer
349351
[djangorestframework-mvt]: https://github.com/corteva/djangorestframework-mvt
350352
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian

0 commit comments

Comments
 (0)