mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-03-05 20:41:20 +03:00
Deployed dff3c8d with MkDocs version: 1.6.1
This commit is contained in:
parent
ebb61decc5
commit
40f2c9fc73
|
|
@ -1961,6 +1961,17 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#drf-pydantic" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
DRF Pydantic
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -4511,6 +4522,17 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#drf-pydantic" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
DRF Pydantic
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -5497,6 +5519,8 @@ blacklisted and child serializers can be optionally expanded.</p>
|
|||
<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>
|
||||
<h3 id="shapeless-serializers">Shapeless Serializers<a class="headerlink" href="#shapeless-serializers" title="Permanent link">¶</a></h3>
|
||||
<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>
|
||||
<h3 id="drf-pydantic">DRF Pydantic<a class="headerlink" href="#drf-pydantic" title="Permanent link">¶</a></h3>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3199,6 +3199,8 @@
|
|||
<ul>
|
||||
<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>
|
||||
<li><a href="https://github.com/djangonauts/django-rest-framework-gis">djangorestframework-gis</a> - Geographic add-ons</li>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user