Skip to content

Commit 36bd1b3

Browse files
drf-encrypt-content added into third party list in documentation's serializer page (#7398)
1 parent 28983cb commit 36bd1b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/api-guide/serializers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,11 @@ The [html-json-forms][html-json-forms] package provides an algorithm and seriali
11781178

11791179
The [drf-writable-nested][drf-writable-nested] package provides writable nested model serializer which allows to create/update models with nested related data.
11801180

1181+
## DRF Encrypt Content
1182+
1183+
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.
1184+
1185+
11811186
[cite]: https://groups.google.com/d/topic/django-users/sVFaOfQi4wY/discussion
11821187
[relations]: relations.md
11831188
[model-managers]: https://docs.djangoproject.com/en/stable/topics/db/managers/
@@ -1199,3 +1204,4 @@ The [drf-writable-nested][drf-writable-nested] package provides writable nested
11991204
[drf-serializer-extensions]: https://github.com/evenicoulddoit/django-rest-framework-serializer-extensions
12001205
[djangorestframework-queryfields]: https://djangorestframework-queryfields.readthedocs.io/
12011206
[drf-writable-nested]: https://github.com/beda-software/drf-writable-nested
1207+
[drf-encrypt-content]: https://github.com/oguzhancelikarslan/drf-encrypt-content

0 commit comments

Comments
 (0)