Skip to content

Commit cef74d1

Browse files
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>
1 parent 6f6d402 commit cef74d1

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
@@ -227,6 +227,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
227227

228228
* [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.
229229
* [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.
230231

231232
### Routers
232233

@@ -366,3 +367,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
366367
[drf-psq]: https://github.com/drf-psq/drf-psq
367368
[django-rest-authemail]: https://github.com/celiao/django-rest-authemail
368369
[graphwrap]: https://github.com/PaulGilmartin/graph_wrap
370+
[rest-framework-actions]: https://github.com/AlexisMunera98/rest-framework-actions

0 commit comments

Comments
 (0)