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/FieldsForRelationships.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Also, **many-to-many relationships** are often modeled as two successive one-to-
49
49
50
50
-[`<ReferenceManyToManyField>`](#referencemanytomanyfield) when the API uses a join table (e.g. a `book_authors` table with both `book_id` and `author_id` fields)
51
51
-[`<ReferenceArrayField>`](#referencearrayfield) when the API uses an array of foreign keys (e.g. each author has a `book_ids` field, and each book has an `author_ids` field)
52
-
-[`<ArrayField>`](#arrayfield), when the API embeds an array of records (e.g. each author has an`books` field, and each book has an `authors` field)
52
+
-[`<ArrayField>`](#arrayfield), when the API embeds an array of records (e.g. each author has a`books` field, and each book has an `authors` field)
0 commit comments