diff options
| author | Tom Christie | 2014-08-28 17:02:37 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-08-28 17:02:37 +0100 |
| commit | 2536b93c03eed6c559074086e69b25c5ae028981 (patch) | |
| tree | 5fd05b1745114d76c24e9f6c7e7e7d1518e6fe3d /docs/api-guide/serializers.md | |
| parent | 73bd408f7844efe921f82f73392d88638610a887 (diff) | |
| parent | 960fa425bfb6cc9a1ec60efbc24a6d280a5bdfbb (diff) | |
| download | django-rest-framework-2536b93c03eed6c559074086e69b25c5ae028981.tar.bz2 | |
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Diffstat (limited to 'docs/api-guide/serializers.md')
| -rw-r--r-- | docs/api-guide/serializers.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index 29b7851b..a3694510 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -594,7 +594,13 @@ The [django-rest-framework-mongoengine][mongoengine] package provides a `MongoEn The [django-rest-framework-gis][django-rest-framework-gis] package provides a `GeoFeatureModelSerializer` serializer class that supports GeoJSON both for read and write operations. +## HStoreSerializer + +The [django-rest-framework-hstore][django-rest-framework-hstore] package provides an `HStoreSerializer` to support [django-hstore][django-hstore] `DictionaryField` model field and its `schema-mode` feature. + [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 +[django-rest-framework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore +[django-hstore]: https://github.com/djangonauts/django-hstore |
