Skip to content

Commit 95e28b2

Browse files
authored
Fix typo in docs
1 parent 1ac0f63 commit 95e28b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ The default implementation returns a serializer class based on the `serializer_f
626626

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

629-
The default implementation returns a serializer class based on the `serializer_relational_field` attribute.
629+
The default implementation returns a serializer class based on the `serializer_related_field` attribute.
630630

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

0 commit comments

Comments
 (0)