diff options
Diffstat (limited to 'api-guide/fields/index.html')
| -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> | 
