Skip to content

Commit 40f2c9f

Browse files
author
committed
Deployed dff3c8d with MkDocs version: 1.6.1
1 parent ebb61de commit 40f2c9f

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

api-guide/serializers/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,6 +1961,17 @@
19611961
</span>
19621962
</a>
19631963

1964+
</li>
1965+
1966+
<li class="md-nav__item">
1967+
<a href="#drf-pydantic" class="md-nav__link">
1968+
<span class="md-ellipsis">
1969+
1970+
DRF Pydantic
1971+
1972+
</span>
1973+
</a>
1974+
19641975
</li>
19651976

19661977
</ul>
@@ -4511,6 +4522,17 @@
45114522
</span>
45124523
</a>
45134524

4525+
</li>
4526+
4527+
<li class="md-nav__item">
4528+
<a href="#drf-pydantic" class="md-nav__link">
4529+
<span class="md-ellipsis">
4530+
4531+
DRF Pydantic
4532+
4533+
</span>
4534+
</a>
4535+
45144536
</li>
45154537

45164538
</ul>
@@ -5497,6 +5519,8 @@ <h3 id="drf-encrypt-content">DRF Encrypt Content<a class="headerlink" href="#drf
54975519
<p>The <a href="https://github.com/oguzhancelikarslan/drf-encrypt-content">drf-encrypt-content</a> package helps you encrypt your data, serialized through ModelSerializer. It also contains some helper functions. Which helps you to encrypt your data.</p>
54985520
<h3 id="shapeless-serializers">Shapeless Serializers<a class="headerlink" href="#shapeless-serializers" title="Permanent link">&para;</a></h3>
54995521
<p>The <a href="https://github.com/khaledsukkar2/drf-shapeless-serializers">drf-shapeless-serializers</a> 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.</p>
5522+
<h3 id="drf-pydantic">DRF Pydantic<a class="headerlink" href="#drf-pydantic" title="Permanent link">&para;</a></h3>
5523+
<p>The <a href="https://github.com/georgebv/drf-pydantic">drf-pydantic</a> 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.</p>
55005524

55015525

55025526

community/third-party-packages/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3199,6 +3199,8 @@ <h3 id="serializers">Serializers<a class="headerlink" href="#serializers" title=
31993199
<ul>
32003200
<li><a href="https://github.com/umutbozkurt/django-rest-framework-mongoengine">django-rest-framework-mongoengine</a> - Serializer class that supports using MongoDB as the storage layer for Django REST framework.</li>
32013201
<li><a href="https://github.com/djangonauts/django-rest-framework-gis">djangorestframework-gis</a> - Geographic add-ons</li>
3202+
<li><a href="https://github.com/surenkov/django-pydantic-field">django-pydantic-field</a> - Provides a way to use Pydantic models as schemas for Django's JSONField with full support for Pydantic v1 and v2, type safety and integration with Django REST Framework.</li>
3203+
<li><a href="https://github.com/georgebv/drf-pydantic">drf-pydantic</a> - Use Pydantic with Django REST framework for data validation and (de)serialization.</li>
32023204
<li><a href="https://github.com/djangonauts/django-rest-framework-hstore">djangorestframework-hstore</a> - Serializer class to support django-hstore DictionaryField model field and its schema-mode feature.</li>
32033205
<li><a href="https://github.com/django-json-api/django-rest-framework-json-api">djangorestframework-jsonapi</a> - Provides a parser, renderer, serializers, and other tools to help build an API that is compliant with the jsonapi.org spec.</li>
32043206
<li><a href="https://github.com/wq/html-json-forms">html-json-forms</a> - Provides an algorithm and serializer to process HTML JSON Form submissions per the (inactive) spec.</li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)