diff options
| author | Tom Christie | 2014-08-09 07:41:37 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-08-09 07:41:37 +0100 |
| commit | c6326d0a67f5ff024bcc05e98798eba088c4dbfb (patch) | |
| tree | c08628d60fe0fdeb6a3eb00cb088c16972aacbcc /docs | |
| parent | 8e7e09626a24aa71248170e101a628707a7014ff (diff) | |
| parent | c462a43a872b45d27def08a3d17799b930950860 (diff) | |
| download | django-rest-framework-c6326d0a67f5ff024bcc05e98798eba088c4dbfb.tar.bz2 | |
Merge pull request #1745 from nemesisdesign/patch-4
docs: add reference to gis serializer
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/serializers.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index 72568e53..29b7851b 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -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 |
