Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored and sigvef committed Dec 3, 2022
1 parent ad1ec2b commit 10dc27e
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 10dc27e

Please sign in to comment.