From 05a59095cef36f672eaa630881ce5c2175f3eeaa Mon Sep 17 00:00:00 2001 From: Robert Singer Date: Mon, 27 Apr 2020 14:12:13 -0500 Subject: [PATCH] Adds drf-typed-views to 3rd party packages (#7293) --- docs/community/third-party-packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 9fce55e94..2033d97ab 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -223,6 +223,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque ### Views * [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. +* [drf-typed-views][drf-typed-views] - Use Python type annotations to validate/deserialize request parameters. Inspired by API Star, Hug and FastAPI. ### Routers @@ -348,6 +349,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque [django-rest-witchcraft]: https://github.com/shosca/django-rest-witchcraft [drf-access-policy]: https://github.com/rsinger86/drf-access-policy [drf-flex-fields]: https://github.com/rsinger86/drf-flex-fields +[drf-typed-views]: https://github.com/rsinger86/drf-typed-views [drf-action-serializer]: https://github.com/gregschmit/drf-action-serializer [djangorestframework-dataclasses]: https://github.com/oxan/djangorestframework-dataclasses [django-restql]: https://github.com/yezyilomo/django-restql