diff options
| author | Xavier Ordoquy | 2015-02-04 00:13:52 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-02-04 00:13:52 +0100 | 
| commit | 46181341d5579cb7a1b07cd7203b2f94b6c9c119 (patch) | |
| tree | 0ff8684f2aa37cbaa80c51d44bae1b8739ec72e8 | |
| parent | 33cfc2e486fb70595d84f3c7a06f09c62fc68535 (diff) | |
| parent | 76efbdddb69d0e7279c1b9de066e829f34019609 (diff) | |
| download | django-rest-framework-46181341d5579cb7a1b07cd7203b2f94b6c9c119.tar.bz2 | |
Merge pull request #2512 from heywbj/docs
Add django-rest-framework-recursive to docs
| -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 10291c12..4d7d9eee 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -590,6 +590,10 @@ The [drf-compound-fields][drf-compound-fields] package provides "compound" seria  The [drf-extra-fields][drf-extra-fields] package provides extra serializer fields for REST framework, including `Base64ImageField` and `PointField` classes. +## djangrestframework-recursive + +the [djangorestframework-recursive][djangorestframework-recursive] package provides a `RecursiveField` for serializing and deserializing recursive structures +  ## django-rest-framework-gis  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. @@ -606,6 +610,7 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide  [iso8601]: http://www.w3.org/TR/NOTE-datetime  [drf-compound-fields]: http://drf-compound-fields.readthedocs.org  [drf-extra-fields]: https://github.com/Hipo/drf-extra-fields +[djangorestframework-recursive]: https://github.com/heywbj/django-rest-framework-recursive  [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 | 
