diff --git a/rest_framework/serializers.py b/rest_framework/serializers.py index 0952e190c6..fa6a6f0bbf 100644 --- a/rest_framework/serializers.py +++ b/rest_framework/serializers.py @@ -384,7 +384,7 @@ def get_fields(self): """ # Every new serializer is created with a clone of the field instances. # This allows users to dynamically modify the fields on a serializer - # instance without affecting every other serializer class. + # instance without affecting every other serializer instance. return copy.deepcopy(self._declared_fields) def get_validators(self):
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: