Skip to content

Commit 76efbdd

Browse files
committed
docs
1 parent 7e921ca commit 76efbdd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/fields.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,10 @@ The [drf-compound-fields][drf-compound-fields] package provides "compound" seria
567567

568568
The [drf-extra-fields][drf-extra-fields] package provides extra serializer fields for REST framework, including `Base64ImageField` and `PointField` classes.
569569

570+
## djangrestframework-recursive
571+
572+
the [djangorestframework-recursive][djangorestframework-recursive] package provides a `RecursiveField` for serializing and deserializing recursive structures
573+
570574
## django-rest-framework-gis
571575

572576
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.
@@ -583,6 +587,7 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
583587
[iso8601]: http://www.w3.org/TR/NOTE-datetime
584588
[drf-compound-fields]: http://drf-compound-fields.readthedocs.org
585589
[drf-extra-fields]: https://github.com/Hipo/drf-extra-fields
590+
[djangorestframework-recursive]: https://github.com/heywbj/django-rest-framework-recursive
586591
[django-rest-framework-gis]: https://github.com/djangonauts/django-rest-framework-gis
587592
[django-rest-framework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore
588593
[django-hstore]: https://github.com/djangonauts/django-hstore

0 commit comments

Comments
 (0)