From 399e1c1dcfd9eb69794e63dd60d74c16f66e06ba Mon Sep 17 00:00:00 2001 From: Kyle Hornberg Date: Tue, 3 May 2016 09:53:55 -0500 Subject: [PATCH] Typo fix (#4094) --- docs/api-guide/relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md index 31a78f28f..8695b2c1e 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -489,7 +489,7 @@ See the Django documentation on [reverse relationships][reverse-relationships] f ## Generic relationships -If you want to serialize a generic foreign key, you need to define a custom field, to determine explicitly how you want serialize the targets of the relationship. +If you want to serialize a generic foreign key, you need to define a custom field, to determine explicitly how you want to serialize the targets of the relationship. For example, given the following model for a tag, which has a generic relationship with other arbitrary models: