We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d52c6 commit 1ca1583Copy full SHA for 1ca1583
docs/api-guide/serializers.md
@@ -602,7 +602,7 @@ A mapping of Django model fields to REST framework serializer fields. You can ov
602
603
This property should be the serializer field class, that is used for relational fields by default.
604
605
-For `ModelSerializer` this defaults to `PrimaryKeyRelatedField`.
+For `ModelSerializer` this defaults to `serializers.PrimaryKeyRelatedField`.
606
607
For `HyperlinkedModelSerializer` this defaults to `serializers.HyperlinkedRelatedField`.
608
0 commit comments