diff options
| author | Xavier Ordoquy | 2015-02-10 23:56:05 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2015-02-10 23:56:05 +0100 |
| commit | ccb2b8ff691760e4e93f3905975b285cee8b67f8 (patch) | |
| tree | f841204e1818f09c91e062e4bdedefe2732c65c1 /api-guide/fields | |
| parent | b0a1712ebd2eeb9dfe17d0e2f7e1abd7000cfa15 (diff) | |
| download | django-rest-framework-ccb2b8ff691760e4e93f3905975b285cee8b67f8.tar.bz2 | |
Update documentation
Diffstat (limited to 'api-guide/fields')
| -rw-r--r-- | api-guide/fields/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api-guide/fields/index.html b/api-guide/fields/index.html index 83affe26..9fd73553 100644 --- a/api-guide/fields/index.html +++ b/api-guide/fields/index.html @@ -554,6 +554,10 @@ </li> <li> + <a href="#djangrestframework-recursive">djangrestframework-recursive</a> + </li> + + <li> <a href="#django-rest-framework-gis">django-rest-framework-gis</a> </li> @@ -978,6 +982,8 @@ def to_internal_value(self, data): <p>The <a href="http://drf-compound-fields.readthedocs.org">drf-compound-fields</a> package provides "compound" serializer fields, such as lists of simple values, which can be described by other fields rather than serializers with the <code>many=True</code> option. Also provided are fields for typed dictionaries and values that can be either a specific type or a list of items of that type.</p> <h2 id="drf-extra-fields">DRF Extra Fields</h2> <p>The <a href="https://github.com/Hipo/drf-extra-fields">drf-extra-fields</a> package provides extra serializer fields for REST framework, including <code>Base64ImageField</code> and <code>PointField</code> classes.</p> +<h2 id="djangrestframework-recursive">djangrestframework-recursive</h2> +<p>the <a href="https://github.com/heywbj/django-rest-framework-recursive">djangorestframework-recursive</a> package provides a <code>RecursiveField</code> for serializing and deserializing recursive structures</p> <h2 id="django-rest-framework-gis">django-rest-framework-gis</h2> <p>The <a href="https://github.com/djangonauts/django-rest-framework-gis">django-rest-framework-gis</a> package provides geographic addons for django rest framework like a <code>GeometryField</code> field and a GeoJSON serializer.</p> <h2 id="django-rest-framework-hstore">django-rest-framework-hstore</h2> |
