mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Fill in the new execution environment collection module
as well as changes to other ones that need to be able to attach EEs.
This commit is contained in:
committed by
Shane McDonald
parent
c1133b3f6d
commit
6d935f740c
@@ -14,7 +14,7 @@ from rest_framework.fields import ( # noqa
|
||||
BooleanField, CharField, ChoiceField, DictField, DateTimeField, EmailField,
|
||||
IntegerField, ListField, NullBooleanField
|
||||
)
|
||||
from rest_framework.serializers import PrimaryKeyRelatedField
|
||||
from rest_framework.serializers import PrimaryKeyRelatedField # noqa
|
||||
|
||||
logger = logging.getLogger('awx.conf.fields')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user