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 c782376 commit 224d8cfCopy full SHA for 224d8cf
rest_framework/serializers.py
@@ -384,7 +384,7 @@ def get_fields(self):
384
"""
385
# Every new serializer is created with a clone of the field instances.
386
# This allows users to dynamically modify the fields on a serializer
387
- # instance without affecting every other serializer class.
+ # instance without affecting every other serializer instance.
388
return copy.deepcopy(self._declared_fields)
389
390
def get_validators(self):
0 commit comments