mirror of
https://github.com/ansible/awx.git
synced 2026-07-10 07:48:05 -02:30
convert py2 -> py3
This commit is contained in:
@@ -33,7 +33,7 @@ class Setting(CreatedModifiedModel):
|
||||
on_delete=models.CASCADE,
|
||||
))
|
||||
|
||||
def __unicode__(self):
|
||||
def __str__(self):
|
||||
try:
|
||||
json_value = json.dumps(self.value)
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user