Skip to content

Commit 4618134

Browse files
committed
Merge pull request #2512 from heywbj/docs
Add django-rest-framework-recursive to docs
2 parents 33cfc2e + 76efbdd commit 4618134

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
@@ -590,6 +590,10 @@ The [drf-compound-fields][drf-compound-fields] package provides "compound" seria
590590

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

593+
## djangrestframework-recursive
594+
595+
the [djangorestframework-recursive][djangorestframework-recursive] package provides a `RecursiveField` for serializing and deserializing recursive structures
596+
593597
## django-rest-framework-gis
594598

595599
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
606610
[iso8601]: http://www.w3.org/TR/NOTE-datetime
607611
[drf-compound-fields]: http://drf-compound-fields.readthedocs.org
608612
[drf-extra-fields]: https://github.com/Hipo/drf-extra-fields
613+
[djangorestframework-recursive]: https://github.com/heywbj/django-rest-framework-recursive
609614
[django-rest-framework-gis]: https://github.com/djangonauts/django-rest-framework-gis
610615
[django-rest-framework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore
611616
[django-hstore]: https://github.com/djangonauts/django-hstore

0 commit comments

Comments
 (0)