diff options
| author | Carlton Gibson | 2014-08-26 11:19:48 +0200 | 
|---|---|---|
| committer | Carlton Gibson | 2014-08-26 11:19:48 +0200 | 
| commit | c29c75da280aee3fadc3a6d673caa64215b7c24b (patch) | |
| tree | 0114633dbf7eb8f1e78f7445eee375f37b530ce8 | |
| parent | 65fda642f9e62dca20d5f3e5bca55b12a8c4b108 (diff) | |
| parent | 8e3f7700f6ed6fbe1338afc68e27c06d702fac8d (diff) | |
| download | django-rest-framework-c29c75da280aee3fadc3a6d673caa64215b7c24b.tar.bz2 | |
Merge pull request #1789 from nemesisdesign/patch-5
docs: added drf-hstore to third party fields
| -rw-r--r-- | docs/api-guide/fields.md | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index 95d9fad3..bfbff2ad 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -366,6 +366,9 @@ The [drf-extra-fields][drf-extra-fields] package provides extra serializer field  The [django-rest-framework-gis][django-rest-framework-gis] package provides geographic addons for django rest framework like a  `GeometryField` field and a GeoJSON serializer. +## django-rest-framework-hstore + +The [django-rest-framework-hstore][django-rest-framework-hstore] package provides an `HStoreField` to support [django-hstore][django-hstore] `DictionaryField` model field.  [cite]: https://docs.djangoproject.com/en/dev/ref/forms/api/#django.forms.Form.cleaned_data  [FILE_UPLOAD_HANDLERS]: https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-FILE_UPLOAD_HANDLERS @@ -376,3 +379,5 @@ The [django-rest-framework-gis][django-rest-framework-gis] package provides geog  [drf-compound-fields]: http://drf-compound-fields.readthedocs.org  [drf-extra-fields]: https://github.com/Hipo/drf-extra-fields  [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 | 
