Skip to content

Commit 6449da5

Browse files
Update third-party-packages.md
add drf-shapeless-serializers to the serializers section.
1 parent 851c1f8 commit 6449da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/community/third-party-packages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To submit new content, [create a pull request][drf-create-pr].
8888
* [djangorestframework-dataclasses][djangorestframework-dataclasses] - Serializer providing automatic field generation for Python dataclasses, like the built-in ModelSerializer does for models.
8989
* [django-restql][django-restql] - Turn your REST API into a GraphQL like API(It allows clients to control which fields will be sent in a response, uses GraphQL like syntax, supports read and write on both flat and nested fields).
9090
* [graphwrap][graphwrap] - Transform your REST API into a fully compliant GraphQL API with just two lines of code. Leverages [Graphene-Django](https://docs.graphene-python.org/projects/django/en/latest/) to dynamically build, at runtime, a GraphQL ObjectType for each view in your API.
91-
91+
* [drf-shapeless-serializers][drf-shapeless-serializers] - Dynamically assemble, configure, and shape your Django Rest Framework serializers at runtime, much like connecting Lego bricks.
9292
### Serializer fields
9393

9494
* [drf-compound-fields][drf-compound-fields] - Provides "compound" serializer fields, such as lists of simple values.
@@ -259,3 +259,4 @@ To submit new content, [create a pull request][drf-create-pr].
259259
[drf-redesign]: https://github.com/youzarsiph/drf-redesign
260260
[drf-material]: https://github.com/youzarsiph/drf-material
261261
[django-pyoidc]: https://github.com/makinacorpus/django_pyoidc
262+
[drf-shapeless-serializers]: https://github.com/khaledsukkar2/drf-shapeless-serializers

0 commit comments

Comments
 (0)