You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-guide/fields.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -567,6 +567,10 @@ The [drf-compound-fields][drf-compound-fields] package provides "compound" seria
567
567
568
568
The [drf-extra-fields][drf-extra-fields] package provides extra serializer fields for REST framework, including `Base64ImageField` and `PointField` classes.
569
569
570
+
## djangrestframework-recursive
571
+
572
+
the [djangorestframework-recursive][djangorestframework-recursive] package provides a `RecursiveField` for serializing and deserializing recursive structures
573
+
570
574
## django-rest-framework-gis
571
575
572
576
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
0 commit comments