aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/serializers.html
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide/serializers.html')
-rw-r--r--api-guide/serializers.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-guide/serializers.html b/api-guide/serializers.html
index 850b6dc5..f90aff16 100644
--- a/api-guide/serializers.html
+++ b/api-guide/serializers.html
@@ -209,6 +209,7 @@ a.fusion-poweredby {
<li class="main"><a href="#third-party-packages">Third party packages</a></li>
<li><a href="#mongoenginemodelserializer">MongoengineModelSerializer</a></li>
<li><a href="#geofeaturemodelserializer">GeoFeatureModelSerializer</a></li>
+<li><a href="#hstoreserializer">HStoreSerializer</a></li>
<div class="promo">
@@ -672,6 +673,8 @@ The <code>ModelSerializer</code> class lets you automatically create a Serialize
<p>The <a href="https://github.com/umutbozkurt/django-rest-framework-mongoengine">django-rest-framework-mongoengine</a> package provides a <code>MongoEngineModelSerializer</code> serializer class that supports using MongoDB as the storage layer for Django REST framework.</p>
<h2 id="geofeaturemodelserializer">GeoFeatureModelSerializer</h2>
<p>The <a href="https://github.com/djangonauts/django-rest-framework-gis">django-rest-framework-gis</a> package provides a <code>GeoFeatureModelSerializer</code> serializer class that supports GeoJSON both for read and write operations.</p>
+<h2 id="hstoreserializer">HStoreSerializer</h2>
+<p>The <a href="https://github.com/djangonauts/django-rest-framework-hstore">django-rest-framework-hstore</a> package provides an <code>HStoreSerializer</code> to support <a href="https://github.com/djangonauts/django-hstore">django-hstore</a> <code>DictionaryField</code> model field and its <code>schema-mode</code> feature.</p>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->