mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Replace {} as field default values with the callable dict
This commit is contained in:
@@ -180,7 +180,7 @@ class WorkflowJobNode(WorkflowNodeBase):
|
||||
)
|
||||
ancestor_artifacts = JSONField(
|
||||
blank=True,
|
||||
default={},
|
||||
default=dict,
|
||||
editable=False,
|
||||
)
|
||||
do_not_run = models.BooleanField(
|
||||
|
||||
Reference in New Issue
Block a user