mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Fix configure Tower in Tower to work with updated django-jsonfield.
This commit is contained in:
@@ -21,8 +21,6 @@ class Setting(CreatedModifiedModel):
|
||||
)
|
||||
value = JSONField(
|
||||
null=True,
|
||||
# FIXME: Enable when we upgrade to JSONField with support:
|
||||
# load_kwargs={'object_pairs_hook': collections.OrderedDict},
|
||||
)
|
||||
user = models.ForeignKey(
|
||||
'auth.User',
|
||||
|
||||
Reference in New Issue
Block a user