diff options
Diffstat (limited to 'api-guide/fields.html')
| -rw-r--r-- | api-guide/fields.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api-guide/fields.html b/api-guide/fields.html index fc1e8ac5..ad29a6cb 100644 --- a/api-guide/fields.html +++ b/api-guide/fields.html @@ -212,6 +212,7 @@ a.fusion-poweredby { <li class="main"><a href="#third-party-packages">Third party packages</a></li> <li><a href="#drf-compound-fields">DRF Compound Fields</a></li> <li><a href="#drf-extra-fields">DRF Extra Fields</a></li> +<li><a href="#django-rest-framework-gis">django-rest-framework-gis</a></li> <div class="promo"> @@ -458,6 +459,8 @@ class ColourField(serializers.WritableField): <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="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> </div><!--/span--> </div><!--/row--> </div><!--/.fluid-container--> |
