aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson2014-08-26 11:19:30 +0200
committerCarlton Gibson2014-08-26 11:19:30 +0200
commit65fda642f9e62dca20d5f3e5bca55b12a8c4b108 (patch)
tree743b66a36bb0a88d44ca56e47470c3099388223b /docs
parent21a0a826bba3df01e72ea8b0390e05d50cf9a854 (diff)
parenteb81c55d16435537ff7801839cc4d2704526914f (diff)
downloaddjango-rest-framework-65fda642f9e62dca20d5f3e5bca55b12a8c4b108.tar.bz2
Merge pull request #1790 from nemesisdesign/patch-6
docs: added HStoreSerializer to third party serializers
Diffstat (limited to 'docs')
-rw-r--r--docs/api-guide/serializers.md6
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