Use GFKSerializerField for ObjectChangeSerializer.changed_object and EventRuleSerializer.action_object
Some checks failed
CI / build (20.x, 3.12) (push) Has been cancelled
CI / build (20.x, 3.13) (push) Has been cancelled

This commit is contained in:
Brian Tiemann
2025-10-31 22:33:16 -04:00
parent 7b5349e1dc
commit 01362b8482
3 changed files with 17 additions and 44 deletions

View File

@@ -219028,9 +219028,8 @@
"nullable": true
},
"action_object": {
"type": "object",
"additionalProperties": {},
"readOnly": true
"readOnly": true,
"nullable": true
},
"description": {
"type": "string",
@@ -229795,7 +229794,11 @@
"format": "int64"
},
"changed_object": {
"nullable": true,
"readOnly": true,
"nullable": true
},
"object_repr": {
"type": "string",
"readOnly": true
},
"message": {
@@ -229820,6 +229823,7 @@
"display_url",
"id",
"message",
"object_repr",
"postchange_data",
"prechange_data",
"request_id",