mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
New method to monkeypatch JSONField
This commit is contained in:
@@ -7,11 +7,9 @@ import json
|
||||
# Django
|
||||
from django.db import models
|
||||
|
||||
# Django-JSONField
|
||||
from jsonfield import JSONField
|
||||
|
||||
# Tower
|
||||
from awx.main.models.base import CreatedModifiedModel
|
||||
from awx.main.fields import JSONField
|
||||
|
||||
__all__ = ['Setting']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user