We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6196e9c commit a73d3c3Copy full SHA for a73d3c3
docs/api-guide/relations.md
@@ -245,7 +245,9 @@ This field is always read-only.
245
246
# Nested relationships
247
248
-Nested relationships can be expressed by using serializers as fields.
+As opposed to previously discussed _references_ to another entity, the referred entity can instead also be embedded or _nested_
249
+in the representation of the object that refers to it.
250
+Such nested relationships can be expressed by using serializers as fields.
251
252
If the field is used to represent a to-many relationship, you should add the `many=True` flag to the serializer field.
253
0 commit comments