fix: Use the correct name for serializer to_internal_value
Fortunately, this wasn't being used yet.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user