mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Replace {} as field default values with the callable dict
This commit is contained in:
@@ -30,7 +30,7 @@ SQUASHED_30 = {
|
||||
migrations.AddField(
|
||||
model_name='job',
|
||||
name='survey_passwords',
|
||||
field=jsonfield.fields.JSONField(default={}, editable=False, blank=True),
|
||||
field=jsonfield.fields.JSONField(default=dict, editable=False, blank=True),
|
||||
),
|
||||
],
|
||||
'0031_v302_migrate_survey_passwords': [
|
||||
|
||||
Reference in New Issue
Block a user