docs: added reference to gis serializer

added reference to GeoFeatureModelSerializer of django-rest-framework-gis
This commit is contained in:
Federico Capoano 2014-08-08 14:39:56 +02:00
parent ec6f9f1518
commit c462a43a87

View File

@ -590,6 +590,11 @@ The following third party packages are also available.
The [django-rest-framework-mongoengine][mongoengine] package provides a `MongoEngineModelSerializer` serializer class that supports using MongoDB as the storage layer for Django REST framework.
## GeoFeatureModelSerializer
The [django-rest-framework-gis][django-rest-framework-gis] package provides a `GeoFeatureModelSerializer` serializer class that supports GeoJSON both for read and write operations.
[cite]: https://groups.google.com/d/topic/django-users/sVFaOfQi4wY/discussion
[relations]: relations.md
[mongoengine]: https://github.com/umutbozkurt/django-rest-framework-mongoengine
[django-rest-framework-gis]: https://github.com/djangonauts/django-rest-framework-gis