You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/third-party-packages.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
210
210
Enables black/whitelisting fields, and conditionally expanding child serializers on a per-view/request basis.
211
211
*[djangorestframework-queryfields][djangorestframework-queryfields] - Serializer mixin allowing clients to control which fields will be sent in the API response.
212
212
*[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.
213
214
214
215
### Serializer fields
215
216
@@ -346,5 +347,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
0 commit comments