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,9 +7,6 @@ import os
import re
import urlparse
# JSONField
from jsonfield import JSONField
# Django
from django.conf import settings
from django.db import models
@@ -34,6 +31,7 @@ from awx.main.models.rbac import (
ROLE_SINGLETON_SYSTEM_ADMINISTRATOR,
ROLE_SINGLETON_SYSTEM_AUDITOR,
)
from awx.main.fields import JSONField
__all__ = ['Project', 'ProjectUpdate']