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 3ab8d47 commit bb13352Copy full SHA for bb13352
docs/api-guide/serializers.md
@@ -282,7 +282,7 @@ If a nested representation may optionally accept the `None` value you should pas
282
content = serializers.CharField(max_length=200)
283
created = serializers.DateTimeField()
284
285
-Similarly if a nested representation should be a list of items, you should pass the `many=True` flag to the nested serialized.
+Similarly if a nested representation should be a list of items, you should pass the `many=True` flag to the nested serializer.
286
287
class CommentSerializer(serializers.Serializer):
288
user = UserSerializer(required=False)
0 commit comments