Relocate encryption helpers, update settings, tests, and imports

This commit is contained in:
Wayne Witzel III
2017-06-09 14:38:13 -04:00
parent 2dcce4d615
commit b5d61c3c53
14 changed files with 201 additions and 203 deletions

View File

@@ -4,7 +4,7 @@
import pytest
from django.core.exceptions import ValidationError
from awx.main.utils.common import decrypt_field
from awx.main.utils import decrypt_field
from awx.main.models import Credential, CredentialType
from rest_framework import serializers