回答編集履歴
1
s
test
CHANGED
@@ -12,6 +12,16 @@
|
|
12
12
|
|
13
13
|
extra_kwargs = {
|
14
14
|
|
15
|
+
'id': {'read_only': True},
|
16
|
+
|
17
|
+
'sender': {'read_only': True},
|
18
|
+
|
19
|
+
'cmd': {'read_only': True},
|
20
|
+
|
21
|
+
'recipient': {'read_only': True},
|
22
|
+
|
23
|
+
'cmd_finished': {'read_only': True},
|
24
|
+
|
15
25
|
'response': {'required': True}
|
16
26
|
|
17
27
|
}
|