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 5b54ffc commit 944ba01Copy full SHA for 944ba01
apps/common/field/common.py
@@ -27,7 +27,7 @@ class FunctionField(serializers.Field):
27
28
def to_internal_value(self, data):
29
if not callable(data):
30
- self.fail('不是一個函數', value=data)
+ self.fail('不是一个函數', value=data)
31
return data
32
33
def to_representation(self, value):
0 commit comments