Skip to content

Commit

Permalink
Merge pull request #6611 from dsanders11/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
xordoquy committed Apr 27, 2019
2 parents 1ac0f63 + 95e28b2 commit 59a5a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/serializers.md
Expand Up @@ -626,7 +626,7 @@ The default implementation returns a serializer class based on the `serializer_f

Called to generate a serializer field that maps to a relational model field.

The default implementation returns a serializer class based on the `serializer_relational_field` attribute.
The default implementation returns a serializer class based on the `serializer_related_field` attribute.

The `relation_info` argument is a named tuple, that contains `model_field`, `related_model`, `to_many` and `has_through_model` properties.

Expand Down

0 comments on commit 59a5a5a

Please sign in to comment.