New method to monkeypatch JSONField

This commit is contained in:
AlanCoding
2016-11-14 13:07:00 -05:00
parent 0c2d9e09b9
commit 339661a6a5
12 changed files with 130 additions and 24 deletions

View File

@@ -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']