diff options
| author | Cezar Pendarovski | 2014-08-27 08:43:36 +0200 |
|---|---|---|
| committer | Cezar Pendarovski | 2014-08-27 08:43:36 +0200 |
| commit | 8c9b795296d60656f466d395f3e5db4e03c120bb (patch) | |
| tree | da5ab3b2c8a047adf9af40792c7e0ddeecd9c116 /docs/api-guide/serializers.md | |
| parent | f6cbd88618553c394b5c62761ec1506e903de267 (diff) | |
| parent | c29c75da280aee3fadc3a6d673caa64215b7c24b (diff) | |
| download | django-rest-framework-8c9b795296d60656f466d395f3e5db4e03c120bb.tar.bz2 | |
Merge remote-tracking branch 'upstream/master' into fix-1719
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 |
