Skip to content

Commit f3d8917

Browse files
Update serializers.md
add a new third-party package in serializers section
1 parent 33d59fe commit f3d8917

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/serializers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,10 @@ The [drf-writable-nested][drf-writable-nested] package provides writable nested
11891189

11901190
The [drf-encrypt-content][drf-encrypt-content] package helps you encrypt your data, serialized through ModelSerializer. It also contains some helper functions. Which helps you to encrypt your data.
11911191

1192+
## Shapeless Serializers
1193+
1194+
The [drf-shapeless-serializers][drf-shapeless-serializers] package provides dynamic serializer configuration capabilities, allowing runtime field selection, renaming, attribute modification, and nested relationship configuration without creating multiple serializer classes. It helps eliminate serializer boilerplate while providing flexible API responses.
1195+
11921196

11931197
[cite]: https://groups.google.com/d/topic/django-users/sVFaOfQi4wY/discussion
11941198
[relations]: relations.md
@@ -1212,3 +1216,4 @@ The [drf-encrypt-content][drf-encrypt-content] package helps you encrypt your da
12121216
[djangorestframework-queryfields]: https://djangorestframework-queryfields.readthedocs.io/
12131217
[drf-writable-nested]: https://github.com/beda-software/drf-writable-nested
12141218
[drf-encrypt-content]: https://github.com/oguzhancelikarslan/drf-encrypt-content
1219+
[drf-shapeless-serializers]: https://github.com/khaledsukkar2/drf-shapeless-serializers

0 commit comments

Comments
 (0)