fix: Use the correct name for serializer to_internal_value

Fortunately, this wasn't being used yet.
This commit is contained in:
stvn
2021-04-07 10:32:04 -07:00
parent 29c98511eb
commit e8163c9161

View File

@@ -44,7 +44,7 @@ class DiscussionsConfigurationView(APIView):
"""
raise NotImplementedError
def to_internal_data(self, data):
def to_internal_value(self, data):
"""
Transform the *incoming* primitive data into a native value.
"""