diff options
| author | Tom Christie | 2014-08-28 17:33:56 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-08-28 17:33:56 +0100 |
| commit | 9ae5a48332cb041ef4c56b775beb9ee98df07eb0 (patch) | |
| tree | 9148e9e6669c86e622770eaa16be097467a77f14 /api-guide/serializers.html | |
| parent | 66f25af53a6e1815178b8a010ffd451822ffdc6e (diff) | |
| download | django-rest-framework-9ae5a48332cb041ef4c56b775beb9ee98df07eb0.tar.bz2 | |
Latest docs update
Diffstat (limited to 'api-guide/serializers.html')
| -rw-r--r-- | api-guide/serializers.html | 3 |
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--> |
