diff options
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--> | 
