diff options
| author | Tom Christie | 2014-08-12 14:49:18 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-08-12 14:49:18 +0100 |
| commit | 0ed41c60de9d9f5d56c6a172af810e589a646702 (patch) | |
| tree | cf28e072afd8e44608142459b2df6bf0d3e47a25 /api-guide/serializers.html | |
| parent | 3f6137116f1e712b56d61f11fb06ea9792df193e (diff) | |
| download | django-rest-framework-0ed41c60de9d9f5d56c6a172af810e589a646702.tar.bz2 | |
Latest sponsor updates
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 08476703..850b6dc5 100644 --- a/api-guide/serializers.html +++ b/api-guide/serializers.html @@ -208,6 +208,7 @@ a.fusion-poweredby { <li><a href="#customising-the-default-fields">Customising the default fields</a></li> <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> <div class="promo"> @@ -669,6 +670,8 @@ The <code>ModelSerializer</code> class lets you automatically create a Serialize <p>The following third party packages are also available.</p> <h2 id="mongoenginemodelserializer">MongoengineModelSerializer</h2> <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> </div><!--/span--> </div><!--/row--> </div><!--/.fluid-container--> |
