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
Add rest-framework-actions to Third Party Packages (encode#7688)
This pull request adds rest-framework-actions to Third Party Packages, under Views
rest-framework-actions can be found on PyPi here: https://pypi.org/project/rest-framework-actions/
Co-authored-by: Tom Christie <tom@tomchristie.com>
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
@@ -227,6 +227,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
227
227
228
228
*[django-rest-multiple-models][django-rest-multiple-models] - Provides a generic view (and mixin) for sending multiple serialized models and/or querysets via a single API request.
229
229
*[drf-typed-views][drf-typed-views] - Use Python type annotations to validate/deserialize request parameters. Inspired by API Star, Hug and FastAPI.
230
+
*[rest-framework-actions][rest-framework-actions] - Provides control over each action in ViewSets. Serializers per action, method.
230
231
231
232
### Routers
232
233
@@ -366,3 +367,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
0 commit comments