From 40f2c9fc73bcf2f5f1e92ef3d425edc6b074210a Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 4 Mar 2026 15:27:09 +0000 Subject: [PATCH] Deployed dff3c8d with MkDocs version: 1.6.1 --- api-guide/serializers/index.html | 24 +++++++++++++++++++++++ community/third-party-packages/index.html | 2 ++ search/search_index.json | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/api-guide/serializers/index.html b/api-guide/serializers/index.html index a7a1b0532..b10eee301 100644 --- a/api-guide/serializers/index.html +++ b/api-guide/serializers/index.html @@ -1961,6 +1961,17 @@ + + +
  • + + + + DRF Pydantic + + + +
  • @@ -4511,6 +4522,17 @@ + + +
  • + + + + DRF Pydantic + + + +
  • @@ -5497,6 +5519,8 @@ blacklisted and child serializers can be optionally expanded.

    The 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.

    Shapeless Serializers

    The 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.

    +

    DRF Pydantic

    +

    The drf-pydantic package allows you to use Pydantic with Django REST framework for data validation and (de)serialization. If you develop DRF APIs and rely on Pydantic for data validation, this package provides seamless integration between both libraries.

    diff --git a/community/third-party-packages/index.html b/community/third-party-packages/index.html index 27048c86e..ef52edf21 100644 --- a/community/third-party-packages/index.html +++ b/community/third-party-packages/index.html @@ -3199,6 +3199,8 @@