Update to correct location of reverse relation doc

This commit is contained in:
Jeff Willette 2016-09-12 20:17:03 +09:00
parent 6b6f319509
commit c5d6de7321

View File

@ -442,7 +442,7 @@ Declaring a `ModelSerializer` looks like this:
By default, all the model fields on the class will be mapped to a corresponding serializer fields.
Any relationships such as foreign keys on the model will be mapped to `PrimaryKeyRelatedField`. Reverse relationships are not included by default unless explicitly included as described below.
Any relationships such as foreign keys on the model will be mapped to `PrimaryKeyRelatedField`. Reverse relationships are not included by default unless explicitly included as specified in [serializer relations][relations].
#### Inspecting a `ModelSerializer`